Skip to content

Commit

Permalink
[android-toolchain] Fix the location of the android tools (#33)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dellis1972 authored and jonpryor committed May 11, 2016
1 parent 8a38c46 commit 42b1ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/android-toolchain/android-toolchain.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<HostOS>Darwin</HostOS>
<DestDir>platform-tools</DestDir>
</AndroidSdkItem>
<AndroidSdkItem Include="tools_r24.4.1-macosx.zip">
<AndroidSdkItem Include="android-sdk_r24.4.1-macosx.zip">
<HostOS>Darwin</HostOS>
</AndroidSdkItem>
<AndroidSdkItem Include="platform-N_r01.zip">
Expand Down

0 comments on commit 42b1ec9

Please sign in to comment.