Skip to content

Commit

Permalink
[android-toolchain] Fix the location of the android tools
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 DestDir metadata to make sure the tools
are extacted to the correct directory.
  • Loading branch information
dellis1972 committed May 11, 2016
1 parent 4821159 commit 58ed375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-tools/android-toolchain/android-toolchain.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</AndroidSdkItem>
<AndroidSdkItem Include="tools_r24.4.1-macosx.zip">
<HostOS>Darwin</HostOS>
<DestDir>tools</DestDir>
</AndroidSdkItem>
<AndroidSdkItem Include="platform-N_r01.zip">
<HostOS></HostOS>
Expand Down

0 comments on commit 58ed375

Please sign in to comment.