I am using this code to get geographical addresses:
private String getAddress(Location location) { try{ List addresses = new Geo
I was getting the same problem. i added this permission
android.permission.WRITE_EXTERNAL_STORAGE
and it worked well.