android-test
android-test copied to clipboard
Android example project and tests with LWJGL
https://github.com/code-disaster/libgdx-snippets/tree/master/src/ _Originally posted by @Hayakhan1306 in https://github.com/LWJGL/lwjgl3/issues/670#issuecomment-916676896_
Is there any way to setup gradle without manually build ndk? I tried with this gradle dependencies: ```groovy implementation platform("org.lwjgl:lwjgl-bom:3.2.3") implementation "org.lwjgl:lwjgl" implementation "org.lwjgl:lwjgl-opus" // linux runtimeOnly "org.lwjgl:lwjgl::natives-linux" runtimeOnly "org.lwjgl:lwjgl-opus::natives-linux"...
> BUILD FAILED > Target "aar" does not exist in the project "LWJGL". ran in "android-test/lwjgl" Any ideas how to create that aar?
This will not work with the latest Android NDK. If you manually download r15c from [here](https://developer.android.com/ndk/downloads/older_releases.html) and place this in your %ANDROID_SDK_HOME%/ndk-bundle directory it will work.