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??
I had the same issue. Make sure you have changed the target from Android### to Google APIs in the AVD Manager.
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.