如何在 1.6 android 中测试我的应用程序
我正在尝试在 1.6 平台中测试我的应用程序,但我什至无法从运行配置的设备列表中选择模拟器。这是我的清单:
<uses-sdk android:targetSdkVersion="8"
android:minSdkVersion="4"/>
我不明白为什么我无法选择为 1.6 设置的模拟器。我在这里缺少什么?
I'm trying to test my app in the 1.6 platform, but I can't even choose an emulator from the devices list in Run Configurations. Here's my Manifest:
<uses-sdk android:targetSdkVersion="8"
android:minSdkVersion="4"/>
I don't see why I'm unable to choose an emulator which is set up for 1.6. What am I missing here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您好像还没有发布清单。
要运行模拟器 1.6,请转到“运行”->“运行配置”->“目标”,然后选择“手动”而不是“自动”。
这样 Eclipse 就会提示您想要哪个模拟器。
It seems like you haven't posted the manifest.
In order to run emulator 1.6, go to Run->Run Configurations->Target and select "Manual" instead of "Automatic".
That way Eclipse will prompt you which emulator you want.