Tell me what and how to fix if you get an error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
, and in LogCat:
Package requires unavailable shared library com.google.android.maps failing
So much information rummaged, nothing intelligible. Help, pliz!
Tell me what and how to fix if you get an error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
, and in LogCat:
Package requires unavailable shared library com.google.android.maps failing
So much information rummaged, nothing intelligible. Help, pliz!
Hello. Try these steps:
-> Android tools -> Fix Project Properties
. In the top, in Eclipse, select the menu item Project->Clean
, tick the Clean projects selected below
, select your project and click "OK".Google APIs
, right click on the project ->Properties->Android
. You can try to select Google APIs
for a different version of Android
. Also check the emulator, whether it is created correctly!Google Maps
, maybe you didn’t enter them correctly or received them somewhere.P.S. Links for working with Google Maps: link1 , link2 - at the end of the post there are many useful links to Rus. articles, link3 , link4
Solved the problem! It was this:
Next, set the project project to:
In the Package Explorer, right-click the library project and select Properties. In the Properties window, select the "Android" properties at right. Select the "is Library" checkbox and click Apply. Click OK to close the Properties window.
Maybe someone will come in handy and this nuance.
Uzhs, the first link to request your error in Google: Shared library missing in android.
In 2 words, on the emulator there is no card for the cards, so that would be, you need to create an emulator according to the instructions on the link above.
Source: https://ru.stackoverflow.com/questions/162276/
All Articles