Google Maps CameraUpdateFactory not initialized

前端 未结 5 1624
忘掉有多难
忘掉有多难 2021-01-07 18:12

I\'m getting some reports back from user experience through crashlytics giving me an error

Fatal Exception java.lang.NullPointerException         
CameraU         


        
5条回答
  •  太阳男子
    2021-01-07 18:18

    Just use MapsInitializer.initialize without try-catch, because it doesn't throw GooglePlayServicesNotAvailableException in the latest version of Google Play services, which was verified with package version 5084032.

提交回复
热议问题