[2010-03-04 11:50:15 - AndroidSamples]Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
when i uses the ..
please do reply me
[2010-03-04 11:50:15 - AndroidSamples]Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
when i uses the ..
please do reply me
Check to make sure that your project target in Eclipse (or in your default.properties) has 'Google APIs' in the name, indicating that you're compiling with the Google APIs Add-On.
Also make sure you've set the correct <uses-library> element in your manifest:
<application android:name="MyApplication">
<uses-library android:name="com.google.android.maps" />
...
</application>
For more information on the Google APIs Add-On and using Maps, see this link: