diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/docs/INTRO-androidstudio.md | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/docs/INTRO-androidstudio.md')
| -rw-r--r-- | contrib/SDL-3.2.8/docs/INTRO-androidstudio.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/SDL-3.2.8/docs/INTRO-androidstudio.md b/contrib/SDL-3.2.8/docs/INTRO-androidstudio.md deleted file mode 100644 index f4d8ecc..0000000 --- a/contrib/SDL-3.2.8/docs/INTRO-androidstudio.md +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | |||
| 2 | # Introduction to SDL with Android Studio | ||
| 3 | |||
| 4 | We'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 | |||
| 13 | A more complete example is available at: | ||
| 14 | |||
| 15 | https://github.com/Ravbug/sdl3-sample | ||
| 16 | |||
| 17 | Additional information and troubleshooting is available in [README-android.md](README-android.md) | ||
