Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to build: the file dx.jar was not loaded from the SDK folder in my eclipse

I am getting this error

Description Resource    Path    Location    Type
Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder! Sample1     Unknown Android Packaging Problem

before some time it was working fine for me and I think due to some virus or something my setup got effected please help me on this???

like image 810
Ankit HTech Avatar asked Oct 23 '12 07:10

Ankit HTech


4 Answers

This SO answer provides more details if removing build automatically / rebuilding doesn't work.

like image 102
paulrehkugler Avatar answered Nov 13 '22 16:11

paulrehkugler


It worked for me.

I removed build automatically and then build whole workspace some how it worked for me :)

like image 27
Ankit HTech Avatar answered Nov 13 '22 15:11

Ankit HTech


from Android ADT error, dx.jar was not loaded from the SDK folder:

"add this in the project.properties of your project: sdk.buildtools=25.0.2"

like image 40
wencha Avatar answered Nov 13 '22 14:11

wencha


File-> Switch Workspace-> (new workspace) it will definitely work :)

like image 44
Faakhir Avatar answered Nov 13 '22 14:11

Faakhir