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

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

    I had same issue.

    Turned out that I had not downloaded all the required packages in the AVD Manager.

    Not sure if these are all required but this is what I downloaded to make it work:

    • Android SDK Tools, rev 9
    • SDK Platform Android Honeycomb Preview, rev 1
    • SDK Platform Android 2.3.1, API 9, rev 2
    • Samples for SDK API Honeycomb Preview, rev 1
    • Samples for SDK API 9, rev 1
    • Documentation for Android 'Honeycomb' Preview SDK, rev 1

提交回复
热议问题