luajava icon indicating copy to clipboard operation
luajava copied to clipboard

Fix or remove non-AAR Android artifacts

Open gudzpoz opened this issue 8 months ago • 1 comments

Describe the bug After the v4.0.0 release, I noticed that non-AAR Android binary JARs like lua51-platform-4.0.0-natives-arm64-v8a.jar are actually empty. So there must be something wrong with the Gradle script. (The AAR artifacts are fine though.)

However, I do think most people are using the AAR artifacts instead of manually setting up scripts for those scattered JARs though. (Or are there people using this library at all?) So an alternative is to simply remove these JARs and support only AAR builds.

To Reproduce Look at the published JARs for Android bindings.

Current behavior JAR empty.

Expected behavior JAR not empty.

Platform:

  • Arch: Android

Additional context LibGDX has yet to upgrade to the latest version of jnigen. So we will have to figure this out on our own probably.

gudzpoz avatar May 29 '24 17:05 gudzpoz