0

I have developed Google map application, it is working fine in mobile devices. But in kindle fire it is not working, when i remove the <uses-library android:name="com.google.android.maps" /> from the manifest file the app is working good in kindle fire. My Question is how to run the application with Google maps in kindle fire...

Vamshi
  • 1,495
  • 1
  • 15
  • 31

1 Answers1

2

Google Maps doesn't exist on the Fire. You need to use an alternative mapping library, perhaps OpenStreetMaps - there are Android integrations for it. http://wiki.openstreetmap.org/wiki/Android

Or Bing Maps. http://bingmapsandroidsdk.codeplex.com/

Ollie C
  • 28,313
  • 34
  • 134
  • 217