How to run SDL3 app on Android

I will show how to run the sdl3-sample example on Web with WebAssembly. You should have Gradle installed. You can download Binary-only Try to check if Gradle is in the Path. So type in CMD: gradle -v I have Gradle 8.1.1

1. Download and install Android SDK, NDK, JDK

2. Download and run SDL3 example

3. Activate a developer mode on your device to debug with USB-cable

Now you can run your application on your device by executing the gradlew installDebug inside of the 'sdl3-sample\SDL\android-project' folder