diff options
| author | cookiell546 <186191371+cookiell546@users.noreply.github.com> | 2025-03-04 13:35:54 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2025-03-04 09:26:17 -0500 |
| commit | 9a88d293241ef3a217fae24c872cac776f6713bf (patch) | |
| tree | 72ee0d0a89cecc21d951ee9eac6663a233750074 | |
| parent | d749728b01ba7cf9786956c6b6c79429a7f18079 (diff) | |
update Android Studio bundle
| -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 829b60f9..a59bce15 100644 --- a/static/build.html +++ b/static/build.html @@ -1138,10 +1138,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/2024.2.2.13/android-studio-2024.2.2.13-linux.tar.gz -echo 'b7fe1ed4a7959bdaca7a8fd57461dbbf9a205eb23cc218ed828ed88e8b998cb5 android-studio-2024.2.2.13-linux.tar.gz' | sha256sum -c -tar xvf android-studio-2024.2.2.13-linux.tar.gz -rm android-studio-2024.2.2.13-linux.tar.gz +curl -O https://dl.google.com/dl/android/studio/ide-zips/2024.2.2.15/android-studio-2024.2.2.15-linux.tar.gz +echo '595fe446f11d74cdd9a4f4dae6224ab9828789a31873b8786d76d6ab29094e17 android-studio-2024.2.2.15-linux.tar.gz' | sha256sum -c +tar xvf android-studio-2024.2.2.15-linux.tar.gz +rm android-studio-2024.2.2.15-linux.tar.gz mv android-studio studio</pre> <p>Add the Android Studio executables to your <code>PATH</code>:</p> |
