From 6a2f534eb225dbfcf544b861539e930c7aba6578 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Wed, 11 May 2016 10:21:32 +0100 Subject: [PATCH] [android-toolchain] Fix the location of the android tools The current directory structure for the android sdk does NOT match the one that google creates. The tools are not in a tools subdirectory when they should be. As a result things like the sdkmanager do not run. It also causes problems for Xamarin Studio since its looking for things in different places. This commit fixes up the tools .zip that we download to make sure the tools are extacted to the correct directory. This is because the new zip file contains the tools directory within it rather than just being a flat zip file. Also it is the recommended tools download from google [1] [1] http://developer.android.com/sdk/index.html#mac-tools --- build-tools/android-toolchain/android-toolchain.projitems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/android-toolchain/android-toolchain.projitems b/build-tools/android-toolchain/android-toolchain.projitems index d6d91888c91..58e34013eda 100644 --- a/build-tools/android-toolchain/android-toolchain.projitems +++ b/build-tools/android-toolchain/android-toolchain.projitems @@ -29,7 +29,7 @@ Darwin platform-tools - + Darwin