From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md (limited to 'src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md') diff --git a/src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md b/src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md new file mode 100644 index 0000000..f4d8ecc --- /dev/null +++ b/src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md @@ -0,0 +1,17 @@ + +# Introduction to SDL with Android Studio + +We'll start by creating a simple project to build and run [hello.c](hello.c) + +- Use our handy script to create a template project: +```sh +./build-scripts/create-android-project.py org.libsdl.hello docs/hello.c +``` +- Run Android Studio and open the newly created build/org.libsdl.hello directory +- Build and run! + +A more complete example is available at: + +https://github.com/Ravbug/sdl3-sample + +Additional information and troubleshooting is available in [README-android.md](README-android.md) -- cgit v1.2.3