Map Is Not Working In Samsung Galaxy Tablet In Emulator
My application is developed with maps and some other listviews. When i removed from manifest file the app is working
Solution 1:
You should use an Android Build with Google APIs. Right click your project > Properties > Android, select an item that has "Google APIs" in the target name. Be sure to select the version you need.
Google Maps require the Android Library that contains Google APIs. So if your using Android SDK 2.3... then you should choose "Google APIs 2.3".
If you can't find one then you should download it using your Android SDK Manager.
Select whichever version you need:
Solution 2:
you should check your AVD is its simple or Google API
because Google MAP works only in Google API.
Post a Comment for "Map Is Not Working In Samsung Galaxy Tablet In Emulator"