diff --git a/static/build.html b/static/build.html index ac18136b..938b36d4 100644 --- a/static/build.html +++ b/static/build.html @@ -84,6 +84,7 @@
sdkmanager --update+
You can install Android Studio alongside the standalone SDK and it will detect it
+ via the ANDROID_HOME
environment variable rather than installing another
+ copy of it. For example:
cd ~/android +curl -O https://dl.google.com/dl/android/studio/ide-zips/3.6.3.0/android-studio-ide-192.6392135-linux.tar.gz +tar xf android-studio-ide-192.6392135-linux.tar.gz +mv android-studio studio+ +
Add the Android Studio executables to your PATH
:
export PATH="$HOME/android/studio/bin:$PATH"+ +
You can start it with studio.sh
.