解決Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!最近漸漸遷移到Android Studio來了,更新過Android SDK Manager里的東西后,打開Eclipse Run工程報錯。查找各種解決辦法,發現:
Android SDK Build-tools的版本已經高於Android SDK Platform-tools版本了,見圖
由於Android Studio有時必須用高版本的Build-tools,所以簡單的刪除高版本的Build-tools是不行的
添加sdk.buildtools=你電腦上已裝的build tools版本,修改見圖:
源:https://blog.csdn.net/qq_23490959/article/details/81236275