libsdl-org / SDL_helloworld

A Hello World project that uses SDL.
Other
7 stars 5 forks source link

Add Android project files #1

Open madebr opened 10 months ago

madebr commented 10 months ago

After https://github.com/libsdl-org/SDL/issues/6315, it would be nice to add Android gradle project files.

I created https://github.com/madebr/sdlcross that uses (prefab) aar's, built by build-scripts/android-prefab.sh.

icculus commented 10 months ago

The goal is to be as simple as possible without a ton of crud the user needs to weed through to get up and running. If we can get Android stuff in here without having it be totally gross, let's do it.

Part of me wishes this could just be something CMake spits out, but I know there's a bunch of steps to packaging an Android app beyond just compiling.

madebr commented 10 months ago

The goal is to allow people to simple open this project with android studio, and start developing. Right? (That's my goal with the maven thing)

icculus commented 10 months ago

Go ahead and push anything you do to revision control; I trust you on this. :)