此 Android SDK 需要 ADT 版本 23.0.0 或更高版本.当前版本是 22.6.请更新 ADT 到最新版本?

2022-01-08 sdk android eclipse

我从这个网站 Developer.Android 下载并安装了带有 android SDK for windows 的 Eclipse ADT.当我尝试创建 AVD 设备时出现错误,即 Location of Android SDK has not been setup in Preferences. 我从 Windows 菜单栏打开 Preferences然后我尝试设置 SDK 位置,但显示错误 此 Android SDK 需要 ADT 版本 23.0.0 或更高版本.当前版本是 22.6.请将 ADT 更新到最新版本. 如何更新?帮我创建android项目.

I downloaded and installed Eclipse ADT with android SDK for windows from this website Developer.Android. When I try to Create AVD Device am getting error that Location of Android SDK has not been setup in Preferences. I open Preferences from Windowsmenu bar and then i try to set SDK Location but it showing error This Android SDK requires ADT version 23.0.0 or above. Current version is 22.6. Please update ADT to the latest version. How to update it ? help me to create android project.

推荐答案

你也可以更新ADT插件

You can also update the ADT plugin

  1. 选择帮助 > 安装新软件
  2. 使用: p2repo - https://dl-ssl.google.com/android/eclipse/
  3. 选择开发者工具和下一步
  4. 下一步,接受许可协议*并完成
  1. Select Help > Install New Software
  2. Work with: p2repo - https://dl-ssl.google.com/android/eclipse/
  3. Select Developer Tools and Next
  4. Next, Accept the license agreement* and Finish

相关文章