Pascal
Pascal

Reputation: 275

Dex Loader] Unable to execute dex: Multiple dex files define Landroid/UnusedStub;

I get the following errors in eclipse

Dex Loader] Unable to execute dex: Multiple dex files define Landroid/UnusedStub; 
XXX] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/UnusedStub;

Any Ideas to fix this?

Upvotes: 0

Views: 995

Answers (1)

M.M.Rame
M.M.Rame

Reputation: 113

you have linked and internal jar in libs folder and in the same time you have it as an external one. clean your project, delete the internal jar and build it again it will work.

Upvotes: 2

Related Questions