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 ?