diff options
| author | sandbank52641 <153552626+sandbank52641@users.noreply.github.com> | 2024-04-30 20:20:33 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-04-30 18:08:38 -0400 |
| commit | 633cb78f6d10895fa73b5a121f55e5c0328fefa2 (patch) | |
| tree | ed16d01f6492fd00eedb4ad56a3d54af2b024216 | |
| parent | e4d2bc632388bb87223c4fa53fbc5d52459d1cbe (diff) | |
update Android Studio package
| -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 e1977909..74b99882 100644 --- a/static/build.html +++ b/static/build.html @@ -1109,10 +1109,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/2023.2.1.25/android-studio-2023.2.1.25-linux.tar.gz -echo 'cd63ead467dc92a08ff6b3695c01d57e802976fc64acddcd31cd6a2427ffa1bc android-studio-2023.2.1.25-linux.tar.gz' | sha256sum -c -tar xvf android-studio-2023.2.1.25-linux.tar.gz -rm android-studio-2023.2.1.25-linux.tar.gz +curl -O https://dl.google.com/dl/android/studio/ide-zips/2023.3.1.18/android-studio-2023.3.1.18-linux.tar.gz +echo '46a9b4a311820b2c1841110affa286d65665ac9f8970fd9e9eb903c3d7aa436e android-studio-2023.3.1.18-linux.tar.gz' | sha256sum -c +tar xvf android-studio-2023.3.1.18-linux.tar.gz +rm android-studio-2023.3.1.18-linux.tar.gz mv android-studio studio</pre> <p>Add the Android Studio executables to your <code>PATH</code>:</p> |
