6

{Dex Loader} Unable to execute dex: Multiple dex files define Lcom/parse/FacebookAuthenticationProvider$1;

I keep getting this error while exporting my project in Eclipse. I have tried all the solutions mentioned in similar questions but yet it's not working.. Already tried this link.

1
  • try to clean the project Commented Mar 28, 2015 at 20:24

4 Answers 4

18

Just delete FaceBook jar ParseFacebookUtils V3

it makes conflict with ParseFacebookUtilsV4-1.9.1.jar

and It will be Run

Sign up to request clarification or add additional context in comments.

1 Comment

For those that are experiencing the issue but this isn't the issue, use the search icon and search for the class causing you issues. It should then show you if you have any files hidden anywhere
8

Delete the V3 jar file in your projects lib file ParseFacebookUtilsV3-1.9.1.jar. Which conflicts V4, ParseFacebookUtilsV4...

enter image description here

Comments

3

You have to go to you folder bin/dexedLibs and delete the folders and the files where the name is using V3 or V4

For example ParseFacebookUtilisV3-1.9.0.jar.pro

And after that go to the folder libs and delete the files with the same words incluted in the name

This files and folders are an extra extension.

Comments

1

I had similar problems with Parse's Android Anywall example project. I had duplicate android dependencies for Parse:

compile ('com.parse.bolts:bolts-android:1.+')
compile ('com.parse:parse-android:1.+')       /* <-- removed this */

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.