Added the old ant Android build project structure

This commit is contained in:
Sam Lantinga 2017-10-28 12:11:25 -07:00
parent 93cc24f934
commit 9d580dd242
19 changed files with 236 additions and 1 deletions

View file

@ -4,7 +4,10 @@ Android
Matt Styles wrote a tutorial on building SDL for Android with Visual Studio:
http://trederia.blogspot.de/2017/03/building-sdl2-for-android-with-visual.html
The rest of this README covers the traditional style build process.
The rest of this README covers the Android gradle style build process.
If you are using the older ant build process, it is no longer officially
supported, but you can use the "android-project-ant" directory as a template.
================================================================================