当前位置:编程学习 > wap >>

eclipse设置preferences时,报error loading the sdk

提示error loading the sdk;
error:error parsing the sdk。
路径/platforms is missing
sdk已经装上了,且模拟器也能运行起来

还提示SDK Platform Tools components is missing!。。。。。。。 --------------------编程问答-------------------- 没人知道吗 --------------------编程问答-------------------- 建议楼主对照网上的安装配置顺序仔细核对一遍,看看哪一步出现了故障 --------------------编程问答-------------------- 已经全部按网上一条一条严格安装了,无语啊 --------------------编程问答-------------------- {:4_107:} --------------------编程问答-------------------- 应该是SDK有问题,换个试试 --------------------编程问答-------------------- If you are developing in Eclipse with ADT, note that SDK Tools r8 is designed for use with ADT 8.0.0 and later. After installing SDK Tools r8, we highly recommend updating your ADT Plugin to 8.0.0.

Also note that SDK Tools r8 requires a new SDK component called Platform-tools. The new Platform-tools component lets all SDK platforms (Android 2.1, Android 2.2, and so on) use the same (latest) version of build tools such as adb, aapt, aidl, and dx. To download the Platform-tools component, use the Android SDK Manager, as described in Adding SDK Components
Upgrading from SDK Tools r7:

If you are upgrading to SDK Tools r8 from an earlier version, note that the the default installed location for the adb tool has changed from <SDK>/tools/adb to <SDK>/platform-tools/adb. This means that you should add the new location to your PATH and modify any custom build scripts to reference the new location. Copying the adb executable from the new location to the old is not recommended, since subsequent updates to the SDK Tools will delete the file. 
补充:移动开发 ,  Android
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,