[2011-05-25 18:09:27 - Navigation] ------------------------------
[2011-05-25 18:09:27 - Navigation] Android Launch!
[2011-05-25 18:09:27 - Navigation] adb is running normally.
[2011-05-25 18:09:27 - Navigation] Performing com.antunnel.thunder.MainActivity activity launch
[2011-05-25 18:09:27 - Navigation] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD '2.2'
[2011-05-25 18:09:27 - Navigation] Uploading Navigation.apk onto device 'emulator-5554'
[2011-05-25 18:09:35 - Navigation] Installing Navigation.apk...
[2011-05-25 18:09:45 - Navigation] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2011-05-25 18:09:45 - Navigation] Please check logcat output for more details.
[2011-05-25 18:09:45 - Navigation] Launch canceled!

解决方案 »

  1.   

    Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
    这个错是你在创建工程时,选择Build Target的时候选错了,换个其他的试试
      

  2.   

    现在解决了没  能不能顺便吧日志也贴上 缺少必要的library 现在不能确定 贴上日志
      

  3.   

    选择的android版本和原版本不一致会报这种错
      

  4.   

    检查一下你的android版本和API是否一致,
      

  5.   

    谢谢  android的什么版本?
      

  6.   

    1.根目录下default.properties这个文件里2.工程文件夹->右键->属性->Android
      

  7.   

    target=android-8  和  android2.2 这两个是??