[转]Unable to build: the file dx.jar was not loaded from the SDK folder!

本文转自:http://www.developerbits.com/tag/unable-to-build-the-file-dx-jar-was-not-loaded-from-the-sdk-folder/

Problem While trying to run Android applications using eclipse IDE,

the following build error occurs: Unable to build: the file dx.jar was not loaded from the SDK folder!

Solution Quick fix is to

Right click on project -> Properties -> Java Build Path (From Left List)

-> Libraries (Tab) -> Add Library (Button on right)

-> JRE System Library -> Next -> Workspace default JRE

-> Finish Permanent fix is to install latest Java SDK.

 

posted on 2013-06-19 23:22  freeliver54  阅读(3893)  评论(0编辑  收藏  举报

导航