Skip to content Skip to sidebar Skip to footer

How To Include The Googlemaps.apk File While Extending Mapactivity

I need a help, In my eclipse, I have extended MapActivity to display google maps. Now if i run my program, there exists an error that [2011-08-27 18:47:42 - GoogleMaps] Could not

Solution 1:

Are you using the Android n.n Platform library? I think you need the Android n.n Google APIs library.

It can be downloaded via the Android SDK and AVD Manager.

Solution 2:

If the app is run on a device that does not come with the Google Maps app, then there is nothing you can do. It is owned by Google, and if the device does not come with it you cannot provide it yourself.

Post a Comment for "How To Include The Googlemaps.apk File While Extending Mapactivity"