Skip to content

Commit 42b1ec9

Browse files
dellis1972jonpryor
authored andcommitted
[android-toolchain] Fix the location of the android tools (#33)
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
1 parent 8a38c46 commit 42b1ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/android-toolchain/android-toolchain.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<HostOS>Darwin</HostOS>
3030
<DestDir>platform-tools</DestDir>
3131
</AndroidSdkItem>
32-
<AndroidSdkItem Include="tools_r24.4.1-macosx.zip">
32+
<AndroidSdkItem Include="android-sdk_r24.4.1-macosx.zip">
3333
<HostOS>Darwin</HostOS>
3434
</AndroidSdkItem>
3535
<AndroidSdkItem Include="platform-N_r01.zip">

0 commit comments

Comments
 (0)