facebook - ANR caused by com.google.android.gms.DynamiteModules -


i using firebase inside app facebook authentication. after 3th restart of app, freezes , shows anr (please see last question). after doing research found out blocking main thread. have no clue why happening. error below show couple of times when app running (my app not freeze when error appears). have idea?

i have included info below, maybe helps

note: google play services on test device (samsung sm-g920f) running version: 9.0.83 (440-121911109)

getting error:

05-28 02:35:56.798 29479-29506/? e/dynamitemodule: failed load module descriptor class: didn't find class "com.google.android.gms.dynamite.descriptors.com.google.firebase.auth.moduledescriptor" on path: dexpathlist[[zip file "/data/app/com.package.myapp-1/base.apk"],nativelibrarydirectories=[/data/app/com.package.myapp-1/lib/arm64, /vendor/lib64, /system/lib64]] 

theads:

enter image description here

dependencies:

compile 'com.facebook.android:facebook-android-sdk:4.12.1' compile 'com.google.code.gson:gson:2.6.2' compile 'com.spotify.sdk:spotify-auth:1.0.0-beta12@aar' compile 'com.google.firebase:firebase-database:9.0.1' compile 'com.google.firebase:firebase-auth:9.0.1' compile 'com.google.firebase:firebase-core:9.0.1' compile 'com.google.firebase:firebase-crash:9.0.1' compile 'com.squareup.okhttp3:okhttp:3.3.0' compile 'com.google.guava:guava:19.0' compile 'com.google.android.gms:play-services:9.0.1' compile 'com.squareup.picasso:picasso:2.5.2' compile 'com.squareup.retrofit2:retrofit:2.0.2' compile 'com.squareup.retrofit2:converter-gson:2.0.2' compile 'com.android.support:recyclerview-v7:23.4.0' compile 'com.android.support:cardview-v7:23.4.0' compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:design:23.4.0' 

i had exact same anr using firebase , google play services. solved problem answer in after upgrading google play services 9.0.0, app hangs in dynamitemodulesc -- remove general play-services , include specific play service libraries need.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -