quot;SDK Platform Tools component is missing!quot;(“缺少 SDK 平台工具组件!)
问题描述
我正在尝试在 这个线程.
按照建议,我运行 Help → Check for Updates 找到并安装了以下内容:
As suggested, I ran Help → Check for Updates which found and installed the following:
+ Android DDMS 8.0.1.v201012062107-82219
+ Android Development Tools 8.0.1.v201012062107-82219
它提示重新启动 Eclipse,当它重新启动时它给了我以下错误消息:
It prompted for restarting Eclipse and when it restarted it gave me the following error message:
"SDK Platform Tools component is missing!
Please use the SDK Manager to install it."
嗯?为什么?我仍然在 C:android-sdk-windows 上拥有 SDK 平台工具,在我进行此升级"之前它运行良好.
Huh? Why? I still have the SDK Platform Tools on C:android-sdk-windows that was working perfectly before I did this "upgrade".
在我的开发环境中同时支持 2.2 和 1.6 需要什么?
What do I need to have both 2.2 and 1.6 supported in my development environment?
推荐答案
好的,这是我解决问题的方法:
OK, here is what I did to fix the problem:
Open Eclipse. Then:
Window > Android SDK and AVD Manager
> Available Packages:
> Android Repository:
+ Android SDK Tools, revision 8
+ Android SDK Platform-tools, revision 1
[Install Selected]
这篇关于“缺少 SDK 平台工具组件!"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:“缺少 SDK 平台工具组件!"
基础教程推荐
- Java:带有char数组的println给出乱码 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 降序排序:Java Map 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01