How to fix this crash

How can I fix this crash, only shows in android 8.1,android 6.0,android 7.0,android 7.1, It’s from my console at google play in Anr/crash section and crashes were a lot not normal at all.

Report 1

android.app.RemoteServiceException: 
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1906)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loop (Looper.java:164)
  at android.app.ActivityThread.main (ActivityThread.java:7000)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:441)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1408)

If everything related to Android platform installed (Android SDK, JDK) properly then try removing and adding platforms.
Removing and adding platforms will solve many of the problems sometimes.

1 Like