I am trying to run the demo android maps project(MapsDemo) that comes along with the Android SDK (Google API 10)
on my Kindle Fire but it throws this exception when the application is installing.
[2012-01-31 23:01:15 - MapsDemo] Installing MapsDemo.apk...
[2012-01-31 23:01:17 - MapsDemo] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2012-01-31 23:01:17 - MapsDemo] Please check logcat output for more details.
and Log Cat
01-31 23:06:01.206: D/PackageManager(1372): Scanning package com.example.android.google.apis
01-31 23:06:01.206: E/PackageManager(1372): Package com.example.android.google.apis requires unavailable shared library com.google.android.maps; failing!
01-31 23:06:01.206: W/PackageManager(1372): Package com.example.android.google.apis couldn't be installed.
Same code works fine when i ran in my HTC Desire..
Is it possible to use KML and draw the routes using another way than using the Google APIs?
Anybody knows how to solve this issue ?