while using googleMaps i am getting error on console i.e
Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
please guide me what to do i changed sdk version in manifest file.
while using googleMaps i am getting error on console i.e
Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
please guide me what to do i changed sdk version in manifest file.
From Dianne Hackborn (Android Framework Engineer):
You have a <uses-library>
line in your manifest for a shared library that is not built into the emulator. The log will probably tell you more.
You might be using the incorrect Android API to run the program. To use Maps, you should use Google SDK not Android SDK