diff options
| author | cookiell546 <186191371+cookiell546@users.noreply.github.com> | 2025-05-30 08:56:44 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2025-05-30 10:20:00 -0400 |
| commit | 81ce6c90c77f2d65199234efcb29395588ea13ed (patch) | |
| tree | 5ff735b74bebccf989832fed6f0fe6b44994862d | |
| parent | 04d20d6af96311c27840a02c707233d1b396346f (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 09fba73e..47a49f6e 100644 --- a/static/build.html +++ b/static/build.html @@ -1031,10 +1031,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.3.2.14/android-studio-2024.3.2.14-linux.tar.gz -echo '2c7b4f0097b8668d85718c0ed23e75bedf1050d3d0d83c1fd944fb1fbd83c8a5 android-studio-2024.3.2.14-linux.tar.gz' | sha256sum -c -tar xvf android-studio-2024.3.2.14-linux.tar.gz -rm android-studio-2024.3.2.14-linux.tar.gz +curl -O https://dl.google.com/dl/android/studio/ide-zips/2024.3.2.15/android-studio-2024.3.2.15-linux.tar.gz +echo '2fcb3c975fd0e002441af7734cb2eef6c459964372443310bcaf26a195ce7881 android-studio-2024.3.2.15-linux.tar.gz' | sha256sum -c +tar xvf android-studio-2024.3.2.15-linux.tar.gz +rm android-studio-2024.3.2.15-linux.tar.gz mv android-studio studio</pre> <p>Add the Android Studio executables to your <code>PATH</code>:</p> |
