diff options
| author | cookiell546 <186191371+cookiell546@users.noreply.github.com> | 2024-11-03 10:40:50 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-11-03 06:03:10 -0500 |
| commit | 2d19c9511786127c09c49ad1904593f2c5a38a15 (patch) | |
| tree | f895958276f0795b577842f142c3a066cf8a7201 /static | |
| parent | 1c1a3dc4438ec1f166132fb4fffb4dacc21bf070 (diff) | |
update Android Studio bundle
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 60e94693..5aacd9fd 100644 --- a/static/build.html +++ b/static/build.html @@ -1205,10 +1205,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.1.2.12/android-studio-2024.1.2.12-linux.tar.gz -echo '745168820e989a9085ff842d47ce541407db09df7b8ab20770f6ea89e41a6e92 android-studio-2024.1.2.12-linux.tar.gz' | sha256sum -c -tar xvf android-studio-2024.1.2.12-linux.tar.gz -rm android-studio-2024.1.2.12-linux.tar.gz +curl -O https://dl.google.com/dl/android/studio/ide-zips/2024.2.1.11/android-studio-2024.2.1.11-linux.tar.gz +echo '81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3 android-studio-2024.2.1.11-linux.tar.gz' | sha256sum -c +tar xvf android-studio-2024.2.1.11-linux.tar.gz +rm android-studio-2024.2.1.11-linux.tar.gz mv android-studio studio</pre> <p>Add the Android Studio executables to your <code>PATH</code>:</p> |
