Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple dex files define FinalizeableReference #321

Closed
samtstern opened this issue Jun 7, 2017 · 6 comments
Closed

Multiple dex files define FinalizeableReference #321

samtstern opened this issue Jun 7, 2017 · 6 comments
Labels

Comments

@samtstern
Copy link
Contributor

Unable to update the signin sample to 11.0.0 because of this error:

* What went wrong:
Execution failed for task ':app:transformClassesWithDexForDebug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/common/base/FinalizableReference;
@samtstern samtstern added the bug label Jun 7, 2017
@bitsydarel
Copy link

Same here...

Error:Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lcom/google/common/base/FinalizableReference;

@bitsydarel
Copy link

for
com.google.android.gms:play-services-location

@dakdroid
Copy link

dakdroid commented Jun 12, 2017

Same for me.

//Firebase:
compile 'com.google.firebase:firebase-core:11.0.0'
compile 'com.google.firebase:firebase-analytics:11.0.0'
compile 'com.google.firebase:firebase-crash:11.0.0'
compile 'com.google.firebase:firebase-invites:11.0.0'
compile 'com.google.firebase:firebase-messaging:11.0.0'
compile 'com.google.firebase:firebase-config:11.0.0'
compile 'com.google.firebase:firebase-ads:11.0.0'

//Playservices:
compile 'com.google.android.gms:play-services-base:11.0.0'
compile 'com.google.android.gms:play-services-auth:11.0.0'
compile 'com.google.android.gms:play-services-cast:11.0.0'

@samtstern
Copy link
Contributor Author

@bitsydarel @dakdroid we're working on this, we will have a solution soon. Thanks for your patience!

@enricoros
Copy link

Same here:
def gmsVer = '11.0.0'
compile "com.google.android.gms:play-services-auth:$gmsVer"
compile "com.google.android.gms:play-services-drive:$gmsVer"
compile "com.google.firebase:firebase-auth:$gmsVer"
compile "com.google.firebase:firebase-database:$gmsVer"

@samtstern
Copy link
Contributor Author

This is closed with 11.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants