1

I am using emulator Android 2.1 with Eclipse. For few days I had the emulator working ... was able to debug... I had 2 AVDs created and was using one of them. Earlier today I had to move my classes to a different package. Ever since I did that the configuration that I had has disappeared . So now I had to create configuration - I select Android Application and then click New - gave it a name TestPrjCfg - when I go to the "Target" tab - I see "No AVD available" but when I click manager I see two AVDs listed. I tired refresh in the "Target" tab - the existing AVDs do not show up. I used the Manager and created a third AVD that did not help either. Please let me know what am I missing here? What should I do so that the existing AVDs showup in the "Target" tab?

4

1 回答 1

2

我修复了它 - 该项目与 AVD 不兼容。AVD 支持平台 2.1/API 级别 7,而该项目选择了“Google APIs”——我认为“Google APIs”也包括该平台——无论如何,我猜这是一个不同的讨论。

这是控制台中的消息,可帮助我确定原因... [2010-06-01 16:42:44 - testprj]未能找到与目标“Google API”兼容的 AVD。[2010-06-01 16:43:16 - testprj]仍然没有与目标“Google API”兼容的 AVD:中止启动。[2010-06-01 16:43:16 - testprj]执行 com.aie.testpk.TestStartsHere 活动启动....

于 2010-06-02T01:21:52.200 回答