diff options
| author | sandbank52641 <153552626+sandbank52641@users.noreply.github.com> | 2024-07-15 13:55:31 +0200 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-20 12:01:32 -0400 |
| commit | 0c6c5b73be6f3872b44c5685593512468eeb09d2 (patch) | |
| tree | 93d7dae7ff02cf2b68665c3abb5d50872438296c /static | |
| parent | acc0a0c77fff611d154137cc7c32a662a05447be (diff) | |
update Android Studio package
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 ff62d0ec..7a465aba 100644 --- a/static/build.html +++ b/static/build.html @@ -1149,10 +1149,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.1.11/android-studio-2024.1.1.11-linux.tar.gz -echo 'd8fa8ecfe415b44513350901501e2a0f429ca033cf1805054b1c816c4a704565 android-studio-2024.1.1.11-linux.tar.gz' | sha256sum -c -tar xvf android-studio-2024.1.1.11-linux.tar.gz -rm android-studio-2024.1.1.11-linux.tar.gz +curl -O https://dl.google.com/dl/android/studio/ide-zips/2024.1.1.12/android-studio-2024.1.1.12-linux.tar.gz +echo '42f8bf31ce0d124ddd11195f662a30064d8f9aab206e5e66839e876a6bc6eda2 android-studio-2024.1.1.12-linux.tar.gz' | sha256sum -c +tar xvf android-studio-2024.1.1.12-linux.tar.gz +rm android-studio-2024.1.1.12-linux.tar.gz mv android-studio studio</pre> <p>Add the Android Studio executables to your <code>PATH</code>:</p> |
