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.
为什么我不能用 Target android 4.3-api level 18 或至少 17 级创建一个模拟器,为什么当我安装了 1.5-18 的所有 api 时目标只有 18 级和 8 级 api 它在 SDK 管理器中都说明它是已安装
您需要更新您的 ADT。
转到:Android SDK Manager -> 并像这样更新 Android SDK 工具:
我假设你已经更新了你的 sdk,如果不工作,然后再做一次。
现在打开您的清单文件并在此处更改行:
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18" />