-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can support common mobile can run this sdk? #15
Comments
Is is supported on Google Pixel and Samsung S8 only? |
During the SDK preview, ARCore is only supported on specific devices. |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i dowload and run this sdk,it toast This device does not support AR.
how can support common mobilephone can run this sdk? thank you very much
mDefaultConfig = Config.createDefaultConfig();
if (!mSession.isSupported(mDefaultConfig)) {
Toast.makeText(this, "This device does not support AR", Toast.LENGTH_LONG).show();
finish();
return;
}
The text was updated successfully, but these errors were encountered: