Honeycomb preview - can not install my app on emulator under Eclipse

后端 未结 7 1609
梦如初夏
梦如初夏 2021-01-03 21:20

Just updated SDK and SDK tools in Eclipse, tried to run my application on Honeycomb and got the following:

[2011-01-28 00:22:12 - Androzic] Uploading Androzi         


        
7条回答
  •  失恋的感觉
    2021-01-03 21:39

    Even I was facing the same issue. Thanks to Overbeek for the hint,

    Yes "Ton Van Overbeek" is right.Honeycomb emulator is slow that's why you will get error like

    "Failed to install .apk on device 'emulator-5554': EOF com.android.ddmlib.InstallException: EOF Launch canceled!"

    Solution : Try to run the emulator separately from AVD Manager, Then after its up and running and you were able to see the Home screen, at that time you can Run you application from Eclipse IDE, targeting to this specific Emulator.Your app will run smoothly.

提交回复
热议问题