Eclipse Unable to build: the file dx.jar was not loaded from the SDK folder

[2099-09-11 10:48:05 - Dex Loader] Failed to load /Users/xxx/android-sdks/build-tools/26.0.2/lib/dx.jar
[2099-09-11 10:48:05 - YourProject] Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!

解决方案:
默认指向最高版,26.0.2可能有兼容问题。
在项目project.properties中自己指定版本:
sdk.buildtools=25.0.3

你可能感兴趣的:(Eclipse Unable to build: the file dx.jar was not loaded from the SDK folder)