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=0000000000000000000000000000000000000000;hp=8a2e68dc53185e6b94b9548d305aed8dfa2af9c5;hb=51d5e483a5d8b50e0c0956053e0e264c20382928;hpb=233a6e8536ef2ff2c799011417b9f55e1db54300 diff --git a/build-projects/android/README.txt b/build-projects/android/README.txt deleted file mode 100644 index 8a2e68dc..00000000 --- a/build-projects/android/README.txt +++ /dev/null @@ -1,27 +0,0 @@ -# ----------------------------------------------------------------------------- -# 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.