IllegalStateException出现在游戏机上

时间:2019-10-16 06:12:19

标签: android build.gradle illegalstateexception runtimeexception

我们在生产环境中上传了android应用程序,但遇到一个问题,但无法解决。有人可以帮忙吗?

我对这个错误一无所知,但是我的应用程序在用户设备上不断崩溃。问题是我无法在可用设备上重现该错误。

compile 'com.makeramen:roundedimageview:2.2.1'
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.balysv:material-ripple:1.0.2'
compile 'org.jsoup:jsoup:1.8.3'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.plattysoft.leonids:LeonidsLib:1.3.1'
compile 'it.sephiroth.android.library.horizontallistview:hlistview:1.2.2'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.android.support:design:24.0.0'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.easing:library:1.0.1@aar'
compile 'com.daimajia.androidanimations:library:1.1.3@aar'
compile 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar'
compile 'de.hdodenhof:circleimageview:2.0.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.rengwuxian.materialedittext:library:2.1.4'
compile 'com.squareup.retrofit2:retrofit:2.0.2'
compile 'com.github.aakira:expandable-layout:1.4.2@aar'
compile 'com.google.code.gson:gson:2.7'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'com.weiwangcn.betterspinner:library-material:1.1.0'
compile 'com.wdullaer:materialdatetimepicker:1.5.4'
compile 'com.github.paolorotolo:expandableheightlistview:1.0.0'
compile 'com.google.gms:google-services:3.0.0'
compile 'com.google.firebase:firebase-messaging:9.8.0'
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta2'

堆栈跟踪:=   java.lang.RuntimeException:

at android.app.ActivityThread.handleReceiver (ActivityThread.java:3624)

at android.app.ActivityThread.access$1300 (ActivityThread.java:240)

at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1808)

at android.os.Handler.dispatchMessage (Handler.java:106)

at android.os.Looper.loop (Looper.java:214)

at android.app.ActivityThread.main (ActivityThread.java:7081)

at java.lang.reflect.Method.invoke (Native Method)

at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)

at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:965)

Caused by: java.lang.IllegalStateException:

at android.app.ContextImpl.startServiceCommon (ContextImpl.java:1666)

at android.app.ContextImpl.startService (ContextImpl.java:1611)

at android.content.ContextWrapper.startService (ContextWrapper.java:677)

at android.content.ContextWrapper.startService (ContextWrapper.java:677)

at android.support.v4.content.WakefulBroadcastReceiver.startWakefulService (WakefulBroadcastReceiver.java:89)

at com.google.firebase.iid.FirebaseInstanceIdInternalReceiver.zzh (UnknownSource:11)

at com.google.firebase.iid.FirebaseInstanceIdInternalReceiver.zzb (Unknown Source:72)

at com.google.firebase.iid.FirebaseInstanceIdInternalReceiver.onReceive(Unknown Source:25)

at android.app.ActivityThread.handleReceiver (ActivityThread.java:3615)

0 个答案:

没有答案