Skip to content

Commit

Permalink
Use sdkmanager.bat instead of sdkmanager for Windows build (google#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qining authored Oct 23, 2018
1 parent 6da9af9 commit 210dc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ To fetch the required packages, using a console type:

```
cd <sdk-path>
tools\bin\sdkmanager platforms;android-26 build-tools;26.0.1 ndk-bundle
tools\bin\sdkmanager.bat "platforms;android-26" "build-tools;26.0.1" ndk-bundle
```

Note: this will install the latest NDK in `<sdk-path>\ndk-bundle`. The minimum required version of the NDK is r16b.

If you do not have adb installed you can do so with:
```
cd <sdk-path>
tools\bin\sdkmanager platform-tools
tools\bin\sdkmanager.bat platform-tools
```

### Configure the environment
Expand Down

0 comments on commit 210dc40

Please sign in to comment.