diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 14:12:28 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 14:12:28 -0400 |
| commit | 96bfe09cf75590419ef4e6c149705c29cfa670c5 (patch) | |
| tree | c853f9f1538068033c852293b4617064eaa5474a | |
| parent | 8ffbf1d8e088b06f55e7afe2b41b9fac414b2fdc (diff) | |
update Android Studio release
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index 81a3287f..a5b32eac 100644 --- a/static/build.html +++ b/static/build.html @@ -908,10 +908,10 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"</pre> copy of it. For example:</p> <pre>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 -echo '33ec9f61b20b71ca175cd39083b1379ebba896de78b826ea5df5d440c6adfd2a android-studio-ide-192.6392135-linux.tar.gz' | sha256sum -c -tar xvf android-studio-ide-192.6392135-linux.tar.gz -rm android-studio-ide-192.6392135-linux.tar.gz +curl -O https://dl.google.com/dl/android/studio/ide-zips/4.0.1.0/android-studio-ide-193.6626763-linux.tar.gz +echo 'f2f82744e735eae43fa018a77254c398a3bab5371f09973a37483014b73b7597 android-studio-ide-193.6626763-linux.tar.gz' | sha256sum -c +tar xvf android-studio-ide-193.6626763-linux.tar.gz +rm android-studio-ide-193.6626763-linux.tar.gz mv android-studio studio</pre> <p>Add the Android Studio executables to your <code>PATH</code>:</p> |
