Monday, November 23, 2015

Android: Solution Unable to execute dex: Multiple dex files define

Message: Unable to execute dex: Multiple dex files define

Solution: Check if you have multiple versions or jars of libraries included in the build path (physically)

Example Path: C:\workspace\Project\libs 

Maybe apperar some like this: android-support-v4.jar , android-support-v4 v2.jar

Remove the unused libraries, clean and save the project, restarts Eclipse, then clean again.

No comments:

Post a Comment