android-test icon indicating copy to clipboard operation
android-test copied to clipboard

Android example project and tests with LWJGL

Results 4 android-test issues
Sort by recently updated
recently updated
newest added

https://github.com/code-disaster/libgdx-snippets/tree/master/src/ _Originally posted by @Hayakhan1306 in https://github.com/LWJGL/lwjgl3/issues/670#issuecomment-916676896_

invalid

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.