sn0ep
sn0ep

Reputation: 3943

DX Error when running Android Studio project

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

Answers (2)

Deepika Lalra
Deepika Lalra

Reputation: 1045

Check if Your Proguard is running or not.

Upvotes: 0

KP_
KP_

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

Related Questions