public final class GooglePlayServicesIncorrectManifestValueException extends GooglePlayServicesManifestException

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

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.

Public Constructor Summary

GooglePlayServicesIncorrectManifestValueException(int actualVersion)
Creates a GooglePlayServicesIncorrectManifestValueException.

Inherited Method Summary

Public Constructors

public GooglePlayServicesIncorrectManifestValueException (int actualVersion)

Creates a GooglePlayServicesIncorrectManifestValueException.