Added INTRO-androidstudio.md

This commit is contained in:
Sam Lantinga
2025-01-13 14:35:52 -08:00
parent e4e76ac72e
commit 6bc7e88ca6
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# 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!
Additional information and troubleshooting is available in [README-android.md](README-android.md)