본문 바로가기

:::::: STUDY ::::::/Android

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

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

---------------

해결 :

이클립스 버젼업 했을 때, 생길 수 있는 문제~ 

dx.jar 파일을 최신버젼으로 바꾸어줘야함.


http://developer.android.com/intl/ko/sdk/index.html (Get the Android SDK 페이지임)


들어가서 최신 sdk를 다운 받고, 압축을 푼 후


\adt-bundle-windows-x86_64\adt-bundle-windows\sdk\platform-tools\lib


에 있는 dx.jar 파일을 자신의 sdk 폴더에 있는 dx.jar이랑 바꾸고


이클립스 재시작하면 끝~