UnavailableSdkTooOldException

  • UnavailableSdkTooOldException is thrown when the ARCore SDK used to build an application is older than the installed ARCore APK.

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

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

public class UnavailableSdkTooOldException

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

Public Constructors

Inherited Methods

Public Constructors

UnavailableSdkTooOldException

public UnavailableSdkTooOldException()

UnavailableSdkTooOldException

public UnavailableSdkTooOldException(
  String message
)

Details
Parameters
message