Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

getting error msg install failed missing shared library

Tags:

i have made one application which uses google maps APi,i am using titanium 1.2.2 and mobile sdk 1.5.1 for android,wenever i am trying to run the app on emulator,console shows an error

[INSTALL_FAILED_MISSING_SHARED_LIBRARY]

what does this error means and how to fix it??

like image 445
pranay anand Avatar asked Mar 21 '11 09:03

pranay anand


1 Answers

I had the same issue. Make sure you have changed the target from Android### to Google APIs in the AVD Manager.

  1. Open Android SDK Manager
  2. Select Tools -> Manage AVDs
  3. Select a/the virtual device and click edit
  4. In the target Select Google APIs...

If this target does not exist in the list, you need to install the Google APIs for the Level you require.

This will appear in the check list under the desired Level in the Android SDK Manager. Once this is installed (go grab yourself a coffee, it can take some time), repeat steps 1 - 4.

like image 113
CraigS Avatar answered Oct 14 '22 07:10

CraigS