Files
kaizen/docs/INTRO-androidstudio.md
T
iris 206dcdedf1 Squashed 'external/SDL/' content from commit 4d17b99d0a
git-subtree-dir: external/SDL
git-subtree-split: 4d17b99d0a1c33c5257063b098f883c669ade40b
2026-04-02 14:13:02 +02:00

535 B

Introduction to SDL with Android Studio

We'll start by creating a simple project to build and run hello.c

  • Use our handy script to create a template project:
./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