Splash Screen is show but next screen app crashed logcat error is shown error something like this

Try this:

1.You should never include this dependency! It brings in all of the play-services-{x} libraries into your app at once. Just remove this line

compile 'com.google.android.gms:play-services:9.0.0'
  1. Could you try updating dependencies to a later version? That means change all the 25.3.1 dependencies to 26.0.1 or 27.0.0 and all the 9.0.0 dependencies to 11.4.2 or 11.6.0.

it helps you

Leave a Comment