uyguladıktan sonra donuyor İşte app devam ettiğinde benim build.gradleAndroid Uygulama hakkında Firebase
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.github.castorflex.smoothprogressbar:library:1.1.0'
compile 'com.google.android.gms:play-services:9.0.2'
compile 'com.google.firebase:firebase-core:9.0.2'
compile 'com.google.firebase:firebase-analytics:9.0.2'
compile 'com.google.firebase:firebase-ads:9.0.2'
compile 'com.google.firebase:firebase-crash:9.0.2'
compile 'com.google.firebase:firebase-messaging:9.0.2'
}
apply plugin: 'com.google.gms.google-services'
uygulama donuyor olduğunu. anr (etkinlik yanıt vermiyor) hatası verir.
Oyun hizmetleri 9.0+ veya firebase ile ilgili herhangi bir sorun var mı?
nerede donuyor ve anr günlüğün nerede? – tyczj
, eski gibi olduğu gibi küçültülmüş durumdan uygulamaya geri döndüğümde. Uygulamayı çalıştırırken ana ekrana basıyorum ve ardından uygulamaya geri dönün, ardından uygulama donuyor ve biraz sonra da anr veriyor. –
Benzer bir sorun görüyorum, bu günlüklerde: D/FirebaseApp: Arka plan durumunun bildirilmesi dinleyicileri değiştiriyor. – Innova