如何在我的 Android 项目中使用其他 API 版本作为构建目标?

How do I use other API versions as build targets in my Android Project?

简介

  1. 我是 Android 开发新手
  2. 使用 Eclipse Luna r24.1.2JDK 8
  3. 我无法使用 Android Studio,因为它在我的计算机上滞后太多

问题

我无法在 Compile With 下拉列表中选择高于 API 版本 8 的构建目标。但是,我可以选择最小值和目标 API比这还大。

因此,我无法开始项目/选择 activity。

我该如何克服这个问题?我需要通过 SDK 管理器下载任何东西吗?

下载 API 个版本

您需要下载您希望通过 SDK manager 使用的 API 版本。完成此操作后,所有下载的版本都将作为选项显示在 Compile With 下拉列表中。

通过 SDK 管理器 (Eclipse) 安装

  1. Window > Android SDK 管理器
  2. 检查所需的其他 API 个版本 例如Android4.0 (API14)
  3. 按安装 [x] 个包
  4. 重新启动 Eclipse

These instructions are from the SDK Manager guide. This also details instructions for Android Studio and other operating systems (Mac, Linux).


我个人建议移动到使用 Android Studio,但这个选择取决于您。