1

I want to use GeoCoder class in my app. I followed the steps as in this question

How can I find the latitude and longitude from address?

but received the error: java.io.IOException in the emulator, despite I included the required permissions.

I'm using Google APIs 2.3.1 API level 9.

Is there a solution for this ?

Community
  • 1
  • 1
Mina Wissa
  • 10,923
  • 13
  • 90
  • 158

1 Answers1

1

OK, I got it. It's a bug in the emulator of sdk 9. I switched the target to sdk 2.1 and it worked.

Adinia
  • 3,722
  • 5
  • 40
  • 58
Mina Wissa
  • 10,923
  • 13
  • 90
  • 158