Android: build fixes & compat fixes
[oweals/minetest.git] / doc / README.android
index d515b48d5cf38094a12a597233adf5092d4eed93..c21279583454c7134454ac06bccf6e991d0a8d04 100644 (file)
@@ -33,14 +33,12 @@ When a menu or inventory is displayed:
 
 Special settings
 ----------------
-There are some settings esspecially usefull for Android users. Minetest's config
+There are some settings especially useful for Android users. Minetest's config
 file can usually be found at /mnt/sdcard/Minetest.
 
 * gui_scaling: this is a user-specified scaling factor for the GUI- In case
-               main menu is to big or small on your device, try changing this
+               main menu is too big or small on your device, try changing this
                value.
-* inventory_image_hack: if your inventory items are messed up, try setting
-               this to true
 
 Known issues
 ------------
@@ -58,7 +56,7 @@ number of Android's version represents the Android internal version code. This
 version code is strictly incremental. It's incremented for each official
 Minetest Android build.
 
-E.g. pre-release Minetest Android builds have been 0.4.9.3, while the first
+E.g. prerelease Minetest Android builds have been 0.4.9.3, while the first
 official version most likely will be 0.4.10.4
 
 Requirements
@@ -71,8 +69,8 @@ following software packages. The version number in parenthesis denotes the
 version that was tested at the time this README was drafted; newer/older
 versions may or may not work.
 
-* android SDK (x86_64 20131030)
-* android NDK (r9d)
+* android SDK (api-26)
+* android NDK (r17c)
 * wget (1.13.4)
 
 Additionally, you'll need to have an Internet connection available on the
@@ -105,7 +103,7 @@ Release build:
 
 * Execute "make release"
 * Enter your keystore as well as your Mintest key password once asked. Be
-  carefull it's shown on console in clear text!
+  careful it's shown on console in clear text!
 * The result can be found at "bin/Minetest-release.apk"
 
 Other things that may be nice to know