Google Maps crashing on Android Pie

后端 未结 3 1601
抹茶落季
抹茶落季 2021-01-04 09:25

I am testing Google Map on Google Pixel running the latest version of Android Pie.

Caused by java.lang.ClassNotFoundException
Didn\'t find class \"org.apach         


        
3条回答
  •  隐瞒了意图╮
    2021-01-04 10:07

    Thanks to @Anubhav Gupta, you can also update in build.gradle:

    implementation "com.google.android.gms:play-services-base:16.1.0"
    

    But this can brake a compatibility with Android 4, see App is having trouble with Google Play Services. Please try again.

提交回复
热议问题