【问题标题】:How can I update the available Android APIs in Eclipse (ADT)如何在 Eclipse (ADT) 中更新可用的 Android API
【发布时间】:2014-11-04 09:08:31
【问题描述】:

我正在尝试在 Eclipse 中更新我的 API 级别选择。目前,我能达到的最高级别是 API 19:

-

我有兴趣从 5.0 开始并将其作为我的目标 API,但我似乎无法将其作为可用选项。

我已尝试通过帮助更新 eclipse -> 检查更新,但没有看到任何新内容。

目前,我正在通过 eclipse 使用 ADT(见下图)

-

我确信我错过了一些非常简单的东西,但是有人可以告诉我在哪里可以找到此更新,以便我可以开始使用玻璃 API、可穿戴设备和棒棒糖之类的东西吗?有没有我没看过的更新部分?谢谢大家!

【问题讨论】:

    标签: java android eclipse api adt


    【解决方案1】:

    eclipse更新步骤

     1. Download eclipse from the official site
     2. Download and install jdk latest version
     3. After installing the eclipse , Go to  Help > Install New Software.
     4. Click Add, in the top-right corner.
     5. In the Add Repository dialog that appears, enter "ADT Plugin" for the     
            Name and the following URL for the Location:
            https://dl-ssl.google.com/android/eclipse/
     6. Click OK.
     7. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
     8. In the next window, you'll see a list of the tools to be downloaded. Click Next.
     9.Read and accept the license agreements, then click Finish.
     10. If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
     11. When the installation completes, restart Eclipse.
    

    重启eclipse后,进入android sdk manager。

    现在您将看到所有的 android 版本和工具

    【讨论】:

      猜你喜欢
      • 2012-09-20
      • 1970-01-01
      • 2015-01-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多