added Android project files
authorHolger Schemel <info@artsoft.org>
Fri, 3 Jan 2020 00:34:36 +0000 (01:34 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 3 Jan 2020 01:31:36 +0000 (02:31 +0100)
commitfeeeabcbf6696f27ddd68ad56d19db1660a6c4fe
treee19e15e1d111514df8429e30d2202f39f84df8d4
parent77c74cbf7569a65f71e004fab915a8b6ee73cbed
added Android project files

To build Rocks'n'Diamonds for Android, the SDL library source files
and the assets directory must be added to the project.

See file "build-projects/android/README.txt" for details.
24 files changed:
Makefile
build-projects/android/AndroidManifest.xml.tmpl [new file with mode: 0644]
build-projects/android/Makefile [new file with mode: 0644]
build-projects/android/README.txt [new file with mode: 0644]
build-projects/android/ant.properties [new file with mode: 0644]
build-projects/android/build-scripts/create_asset_tocs.sh [new file with mode: 0755]
build-projects/android/build-scripts/create_manifest.sh [new file with mode: 0755]
build-projects/android/build.properties [new file with mode: 0644]
build-projects/android/build.xml [new file with mode: 0644]
build-projects/android/default.properties [new file with mode: 0644]
build-projects/android/jni/Android.mk [new file with mode: 0644]
build-projects/android/jni/Application.mk [new file with mode: 0644]
build-projects/android/jni/src [new symlink]
build-projects/android/project.properties [new file with mode: 0644]
build-projects/android/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
build-projects/android/res/layout/main.xml [new file with mode: 0644]
build-projects/android/res/values/strings.xml [new file with mode: 0644]
build-projects/android/src/org/artsoft/rocksndiamonds/RocksNDiamonds.java [new file with mode: 0644]
build-projects/android/src/org/libsdl/app/SDLActivity.java [new file with mode: 0644]
src/Android.mk