{% setvar book_path %}/android/reference/kotlin/_book.yaml{% endsetvar %} {% include "/android/_dackka-meta-tags.html" %}

GooglePlayServicesMissingManifestValueException

{% setvar page_path %}com/google/android/gms/common/GooglePlayServicesMissingManifestValueException.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_kotlin_switcher2.md" %}

class GooglePlayServicesMissingManifestValueException : GooglePlayServicesManifestException

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ com.google.android.gms.common.GooglePlayServicesManifestException
             ↳ com.google.android.gms.common.GooglePlayServicesMissingManifestValueException

Exception encountered when the Google Play services version was not present in the client app's manifest.

Google Play services client libraries and SDKs check a meta-data value in the client app's manifest to assert the app was built with resources needed by the client libraries.

If you encounter this exception at runtime it indicates that either:

Note that you should NOT define this meta-data value manually. Instead you should rely on the build system to set this based on what is included in the Google Play services SDK.

Summary

Public constructors

Creates a GooglePlayServicesMissingManifestValueException.

Inherited functions

From com.google.android.gms.common.GooglePlayServicesManifestException
Int

Returns the version the client library expected to find in the package's manifest.

From java.lang.Throwable

Inherited properties

From com.google.android.gms.common.GooglePlayServicesManifestException

Public constructors

GooglePlayServicesMissingManifestValueException

GooglePlayServicesMissingManifestValueException()

Creates a GooglePlayServicesMissingManifestValueException.