diff options
| author | r3g_5z <june@girlboss.ceo> | 2023-03-10 23:06:28 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-03-10 23:09:28 -0500 |
| commit | 4a2ad2e0cbdb35a2a5085da5aa3e63af7c168ec2 (patch) | |
| tree | 3f204de55ed2b7c21dc33beb8b10daf5701eeddc /static | |
| parent | bbe4d70aee2f14015c9103752cea7d42930d924e (diff) | |
update listed Android Studio version
Diffstat (limited to 'static')
| -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 d3f47e9b..c8ac7604 100644 --- a/static/build.html +++ b/static/build.html @@ -1032,10 +1032,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/2021.3.1.17/android-studio-2021.3.1.17-linux.tar.gz -echo '89adb0ce0ffa46b7894e7bfedb142b1f5d52c43c171e6a6cb9a95a49f77756ca android-studio-2021.3.1.17-linux.tar.gz' | sha256sum -c -tar xvf android-studio-2021.3.1.17-linux.tar.gz -rm android-studio-2021.3.1.17-linux.tar.gz +curl -O https://dl.google.com/dl/android/studio/ide-zips/2022.1.1.21/android-studio-2022.1.1.21-linux.tar.gz +echo '0bca26c45daf5cad79b131c34013b985d146a2526990ea2aa6d88792d51905a1 android-studio-2022.1.1.21-linux.tar.gz' | sha256sum -c +tar xvf android-studio-2022.1.1.21-linux.tar.gz +rm android-studio-2022.1.1.21-linux.tar.gz mv android-studio studio</pre> <p>Add the Android Studio executables to your <code>PATH</code>:</p> |
