android - Google Play Services: AndroidManifest.xml does not have the right value -
on devices (very few honest), exception on fragment oncreateview. bug in google play services?
java.lang.illegalstateexception:
the meta-data tag in app's androidmanifest.xml not have right value. expected 7895000 found 8298000. must have following declaration within <application> element: <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
Comments
Post a Comment