-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove MRKT3 Android's dependency on MR OpenXR Plugin. #11524
Comments
I think I have a similar problem. But I'm not even building Android w/ OpenXR, I'm building Android w/ ARCore. No MRTK needed for my Android mobile target. Even so, the mere presence of the MRTK package is causing the build to fail. Any workarounds?
|
@mschult2, before we resolve this issue, you have to downgrade to an earlier version MR Open XR Plugin. Trying switching to v1.7.2 https://github.com/microsoft/OpenXR-Unity-MixedReality-Samples/releases/tag/v1.7.2 Or you can update the MRTKs' assembly metadata files, so they don't build for Android. |
Open XR v1.8.1 added Android support back. So this is no longer needed |
Great! I’ll upgrade OpenXR 1.8.0 to 1.8.1, then rebuild my MRTK app for Android. |
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Overview
The Mixed Reality OpenXR Plugin v1.8.0 removed support for Android. Andriod is no longer being supported by Microsoft's plug-in. Unfortunately, MRTK3 still relies on the MR OpenXR Plugin for Android Hand Joints.
Fix
Instead of relying on the MR OpenXR Plugin for Android Hand Joints, MRTK3 should use other methods for obtaining hand joints.
The text was updated successfully, but these errors were encountered: