question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clarification needed for Android loader AAR location and usage

See original GitHub issue

For version 1.0.22, the Release notes contain the following text:

The Android loader can be found on Maven Central, by adding the following line to your Android app’s build.gradle dependencies section:

implementation 'org.khronos.openxr:openxr_loader_for_android:1.0.22'

However, checking Maven Central as of Jan 29, 2022, there is no package corresponding to version 1.0.22, only for 1.0.20.

Also, there is no clear explanation on how, for a CMake project that uses OpenXR-SDK (instead of OpenXR-SDK-Source), one would go to include and use the proposed Android loader. Additional documentation is needed for existing projects to stop using the vendor-supplied loader and start using the new loader.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rpavlikcommented, Sep 24, 2022

I’m planning a presentation and blog post in the next few weeks

0reactions
utzcozcommented, Sep 24, 2022

@rpavlik What about adding aar dependency usage for Android to Loader spec?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Loaders
Stay organized with collections Save and categorize content based on your preferences. Loaders have been deprecated as of Android P (API 28). ...
Read more >
Direct local .aar file dependencies are not supported
Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android...
Read more >
Android dependency 'androidx.core: ...
I use Hixie's function.and the problem go away ... I solved it by upgrading my gradle dependency in the android/build.gradle file: classpath ......
Read more >
New Build System should support findbugs - Issue Tracker
Just for clarification, there's not Ant target in the legacy Android SDK to directly use FindBugs on an Android project (with the right...
Read more >
Android 101: Gradle dependencies
Aar (Android Archive): Same as jar, additionally includes android resources such as layouts, drawables and AndroidManifest file.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found