Browse Source

Add note about build tools v31;

bjorn 4 years ago
parent
commit
dce19f7fa2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      guides/Compiling.md

+ 3 - 0
guides/Compiling.md

@@ -158,6 +158,9 @@ The Android command line tools can be found on the Android website or installed
 manager.  The command line tools contain a tool named `sdkmanager` that can be used to install
 manager.  The command line tools contain a tool named `sdkmanager` that can be used to install
 various versions of Android, the Android build tools, and the NDK.
 various versions of Android, the Android build tools, and the NDK.
 
 
+> Note: Currently version 31 of the build tools does not work properly (it is missing `dx`).  Use
+> version 30.0.3 or older.
+
 Android Studio isn't required, but can be used to install the SDK, NDK, and Java as well.
 Android Studio isn't required, but can be used to install the SDK, NDK, and Java as well.
 
 
 Note where the SDK is installed.  Some paths in the SDK will need to be specified.
 Note where the SDK is installed.  Some paths in the SDK will need to be specified.