Skip to content
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

Closed
yuxingfafu opened this issue Aug 31, 2017 · 2 comments
Closed

how can support common mobile can run this sdk? #15

yuxingfafu opened this issue Aug 31, 2017 · 2 comments

Comments

@yuxingfafu
Copy link

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;
}

@wbwz1992
Copy link

Is is supported on Google Pixel and Samsung S8 only?

@nathanmartz
Copy link

During the SDK preview, ARCore is only supported on specific devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants