diff options
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.md | 17 |
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 | |||
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) | ||