INSTALL_FAILED_MISSING_SHARED_LIBRARY an android emulator proplem

前端 未结 4 1795
悲&欢浪女
悲&欢浪女 2020-12-21 02:39

[2010-03-04 11:50:15 - AndroidSamples]Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

when i uses the



        
4条回答
  •  攒了一身酷
    2020-12-21 03:31

    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 element in your manifest:

    
      
      ...
    
    

    For more information on the Google APIs Add-On and using Maps, see this link:

    • http://code.google.com/android/add-ons/google-apis/maps-overview.html

提交回复
热议问题