X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=build-projects%2Fandroid%2FREADME.txt;fp=build-projects%2Fandroid%2FREADME.txt;h=8a2e68dc53185e6b94b9548d305aed8dfa2af9c5;hp=0000000000000000000000000000000000000000;hb=feeeabcbf6696f27ddd68ad56d19db1660a6c4fe;hpb=77c74cbf7569a65f71e004fab915a8b6ee73cbed diff --git a/build-projects/android/README.txt b/build-projects/android/README.txt new file mode 100644 index 00000000..8a2e68dc --- /dev/null +++ b/build-projects/android/README.txt @@ -0,0 +1,27 @@ +# ----------------------------------------------------------------------------- +# Rocks'n'Diamonds for Android +# ----------------------------------------------------------------------------- + +Add the following content to build Rocks'n'Diamonds for Android: + +Download and extract the following SDL libraries to the "jni" directory: + +- jni/SDL2 +- jni/SDL2_image +- jni/SDL2_mixer +- jni/SDL2_net +- jni/smpeg2 + +Copy the following repository directories to the "assets" directory: + +- assets/conf +- assets/docs +- assets/graphics +- assets/levels +- assets/music +- assets/sounds + +Create the file "local.properties" by executing "make ant-init". + +When done, use "make" (or "make android" from the repository's root directory) +to compile and package the final Rocks'n'Diamonds APK file.