Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 1.6 平台上测试我的应用程序,但我什至无法从运行配置中的设备列表中选择模拟器。这是我的清单:
<uses-sdk android:targetSdkVersion="8" android:minSdkVersion="4"/>
我不明白为什么我无法选择为 1.6 设置的模拟器。我在这里想念什么?
好像你还没有发布清单。 为了运行 emulator 1.6,请转到 Run->Run Configurations->Target 并选择“Manual”而不是“Automatic”。 这样 Eclipse 会提示您需要哪个模拟器。