Update build notes
parent
25b4d0e2e8
commit
e80d9aaf92
1 changed files with 8 additions and 1 deletions
|
@ -18,5 +18,12 @@ sudo apt install openjdk-8-jdk
|
|||
## Gradle
|
||||
The latest binary install from https://gradle.org/ which at the time of this document is 5.6.4 works just fine. Unzip into a suitable location and add to your path.
|
||||
|
||||
## Android
|
||||
## Android SDK command line tools
|
||||
|
||||
```bash
|
||||
mkdir ~/android-sdk && cd ~/android-sdk
|
||||
unzip ~/Downloads/sdk-tools-linux-4333796.zip
|
||||
cd ~/android-sdk/tools/bin
|
||||
./sdkmanager "build-tools;29.0.2" "platforms;android-28" "platform-tools" "emulator"
|
||||
export ANDROID_HOME=~/android-sdk
|
||||
```
|
||||
|
|
Reference in a new issue