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

后端 未结 7 1622
梦如初夏
梦如初夏 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:42

    Had the same issue,

    If your application is installed previously go to

    Settings > Applications > Manage Applications > Uninstall your app from the emulator

    Then

    Right click on your project folder > run as > android application

    If your app was not installed previously

    Restart Eclipse and clean your project and run like before. In my case I solved the problem.

提交回复
热议问题