码迷,mamicode.com
首页 > 编程语言 > 详细

解决Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!

时间:2018-05-23 13:09:06      阅读:310      评论:0      收藏:0      [点我收藏+]

标签:files   known   The   folder   cli   span   man   for   and   

解决Unknown error: to the dx.jar the SDK folder!最近渐渐迁移到Android Studio来了,更新过Android SDK Manager里的东西后,打开Eclipse Run工程报错。查找各种解决办法,发现:

Android SDK Build-tools的版本已经高于Android SDK Platform-tools版本了,见图

技术分享图片

由于Android Studio有时必须用高版本的Build-tools,所以简单的删除高版本的Build-tools是不行的(见Unknown error: to the dx.jar the SDK folder!解决方法)。

最终,在Stack Overflow上找到相关答案(Android ADT error, was not loaded from the SDK folder),修改见图:

技术分享图片

添加sdk.buildtools=你电脑上已装的build tools版本

技术分享图片

即可。

 

 

亲测:

target=android-24
sdk.buildtools=25.0.3

有效!!

解决Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!

标签:files   known   The   folder   cli   span   man   for   and   

原文地址:https://www.cnblogs.com/onelikeone/p/9076280.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!