diff options
| author | cookiell546 <186191371+cookiell546@users.noreply.github.com> | 2025-05-07 17:03:22 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2025-05-07 11:34:33 -0400 |
| commit | 91b7fbd873dc79b8b832cf22878b1656bee7332c (patch) | |
| tree | 71f478380cfeb64ee1acd6ae1236e5ba73a6106c | |
| parent | 0c93cf9b2cc78cc5351479531d4497e9ac165f8c (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 d27be329..07fe91cc 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.1.14/android-studio-2024.3.1.14-linux.tar.gz -echo '54d5c4adf6f83e1963709c06abceb795d87fde2f1f31d262ae5c28944224f9f2 android-studio-2024.3.1.14-linux.tar.gz' | sha256sum -c -tar xvf android-studio-2024.3.1.14-linux.tar.gz -rm android-studio-2024.3.1.14-linux.tar.gz +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 mv android-studio studio</pre> <p>Add the Android Studio executables to your <code>PATH</code>:</p> |
