Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error : Unable to execute dex

I get this error when I try to launch my AVD, i search the internet and this forum put nothing works. Can anybody help me?

[2013-04-19 19:09:02 - Dex Loader] Unable to execute dex: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl;
[2013-04-19 19:09:02 - ScaryFairgroundRideApp] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl;

-----Solution to error ----------

I removed the android-support-v4 from my libs folder in my project and everything is working. Solution from @dymmeh

like image 655
Laurence Nicolaou Avatar asked Apr 19 '13 18:04

Laurence Nicolaou


1 Answers

I removed the android-support-v4 from my libs folder in my project and everything is working. Solution from @dymmeh

like image 196
Laurence Nicolaou Avatar answered Sep 21 '22 17:09

Laurence Nicolaou