UnavailableApkTooOldException
Thrown when the installed ARCore APK is too old for the ARCore SDK that this application was
compiled using.
Inherited Methods
From class
java.lang.Throwable
From class
java.lang.Object
Object
|
clone()
|
boolean
|
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Public Constructors
public
UnavailableApkTooOldException
()
UnavailableApkTooOldException
public UnavailableApkTooOldException()
public
UnavailableApkTooOldException
(String message)
UnavailableApkTooOldException
public UnavailableApkTooOldException(
String message
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["The `UnavailableApkTooOldException` is thrown when the installed ARCore APK is outdated compared to the ARCore SDK used to compile the application."],["It signifies an incompatibility issue between the installed ARCore APK and the application."],["This exception provides two constructors: one default constructor and another accepting a custom error message."],["It inherits methods from `java.lang.Throwable` for exception handling, such as getting the cause, message, and stack trace."]]],[]]