UnavailableApkTooOldException

  • The UnavailableApkTooOldException is thrown when the installed ARCore APK is older than the ARCore SDK used by the application.

  • This exception has two public constructors: one without parameters and one that accepts a String message.

  • UnavailableApkTooOldException inherits methods from java.lang.Throwable and java.lang.Object.

public class UnavailableApkTooOldException

Thrown when the installed ARCore APK is too old for the ARCore SDK that this application was compiled using.

Public Constructors

Inherited Methods

Public Constructors

UnavailableApkTooOldException

public UnavailableApkTooOldException()

UnavailableApkTooOldException

public UnavailableApkTooOldException(
  String message
)

Details
Parameters
message