Reputation: 3943
I am trying to set up my Android Studio project with al its dependencies. But when i try to run my project i get the following error messages:
Android Dex: [AndroidVI] Unable to execute DX
Android Dex: [AndroidVI] com.android.dx.util.DexException: Multiple dex files define Lcom/androidquery/util/Constants;
Can anybody help me with this
Upvotes: 7
Views: 9177
Reputation: 1866
Check Whether You added Same jar files more than once.
If yes,Remove any one of them from libs folder and clean your project.
Upvotes: 16