Android 2.2 Google Map Error
I used google.map api to develop a project which works well on android 2.1. But when I run the same project on android 2.2, it encountered some errors. The shown errors are -- An
Solution 1:
I guess you are missing this in your manifest:
<uses-permission android:name="android.permission.INTERNET" />
Solution 2:
- start the emulator with Target Name Google APIs, API level 8, Platform 2.2
- pull the file /system/framework/com.google.android.maps.jar from the emulator and push into your phone dir /system/framwork.
- pull the file /etc/permissions/com.google.android.maps.xml from the emulator and push into your phone dir /etc/permissions.
- restart your phone and try again.
Good luck.
Solution 3:
This error may appear in some random, poorly supported devices that don't correctly implement the functionality required by some Google products like maps.
Just encountered this error myself on a Phone Model : Elonex1012ET, whatever that is!
Post a Comment for "Android 2.2 Google Map Error"