I am trying to run a demo android card project (MapsDemo) that comes with the Android SDK (Google API 10) in my Kindle Fire, but it throws this exception when the application is installed.
[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.
The same code works fine when I launched my HTC Desire ..
Can I use KML and draw routes in a different way than using the Google APIs?
Does anyone know how to solve this problem?
source share