summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
committer3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
commit6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch)
tree34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md')
-rw-r--r--src/contrib/SDL-3.2.20/docs/INTRO-androidstudio.md17
1 files changed, 17 insertions, 0 deletions
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 @@
1
2# Introduction to SDL with Android Studio
3
4We'll start by creating a simple project to build and run [hello.c](hello.c)
5
6- Use our handy script to create a template project:
7```sh
8./build-scripts/create-android-project.py org.libsdl.hello docs/hello.c
9```
10- Run Android Studio and open the newly created build/org.libsdl.hello directory
11- Build and run!
12
13A more complete example is available at:
14
15https://github.com/Ravbug/sdl3-sample
16
17Additional information and troubleshooting is available in [README-android.md](README-android.md)