You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
After opening the ARCore sample, I looked at the Target Framework of the application, and it is currently for Android 8.0.
So I changed it to Android 6.0, and also changed the Minimum Android Version and Target Android Version to Android 6.0, then rebuild it.
But I got this error:
error XA4212: Type Android.Support.V4.App.JobIntentService/JobServiceEngineImpl implements Android.Runtime.IJavaObject but does not inherit Java.Lang.Object or Java.Lang.Throwable. This is not supported.
I searched it, and found this StackOverflow question. Although the error disappeared when building, I cannot run it in my phone.
So, my question is how to make the ARCore sample be compatible with Android 6.0?
The text was updated successfully, but these errors were encountered:
After opening the ARCore sample, I looked at the Target Framework of the application, and it is currently for Android 8.0.
So I changed it to Android 6.0, and also changed the Minimum Android Version and Target Android Version to Android 6.0, then rebuild it.
But I got this error:
I searched it, and found this StackOverflow question. Although the error disappeared when building, I cannot run it in my phone.
So, my question is how to make the ARCore sample be compatible with Android 6.0?
The text was updated successfully, but these errors were encountered: