Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 880
sn0ep Avatar asked Aug 28 '13 07:08

sn0ep


1 Answers

Check Whether You added Same jar files more than once.

If yes,Remove any one of them from libs folder and clean your project.

like image 67
KP_ Avatar answered Sep 29 '22 12:09

KP_