Skip to content

Commit 4959f3a

Browse files
cookiell546thestinger
authored andcommitted
update Android Studio bundle
1 parent 86b906d commit 4959f3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/build.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,10 +1087,10 @@ <h2><a href="#android-studio">Android Studio</a></h2>
10871087
copy of it. For example:</p>
10881088

10891089
<pre>cd ~/android
1090-
curl -O https://dl.google.com/dl/android/studio/ide-zips/2024.2.2.15/android-studio-2024.2.2.15-linux.tar.gz
1091-
echo '595fe446f11d74cdd9a4f4dae6224ab9828789a31873b8786d76d6ab29094e17 android-studio-2024.2.2.15-linux.tar.gz' | sha256sum -c
1092-
tar xvf android-studio-2024.2.2.15-linux.tar.gz
1093-
rm android-studio-2024.2.2.15-linux.tar.gz
1090+
curl -O https://dl.google.com/dl/android/studio/ide-zips/2024.3.1.14/android-studio-2024.3.1.14-linux.tar.gz
1091+
echo '54d5c4adf6f83e1963709c06abceb795d87fde2f1f31d262ae5c28944224f9f2 android-studio-2024.3.1.14-linux.tar.gz' | sha256sum -c
1092+
tar xvf android-studio-2024.3.1.14-linux.tar.gz
1093+
rm android-studio-2024.3.1.14-linux.tar.gz
10941094
mv android-studio studio</pre>
10951095

10961096
<p>Add the Android Studio executables to your <code>PATH</code>:</p>

0 commit comments

Comments
 (0)