update Android Studio release

This commit is contained in:
Daniel Micay 2020-09-17 14:12:28 -04:00
parent 8ffbf1d8e0
commit 96bfe09cf7

View File

@ -908,10 +908,10 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"</pre>
copy of it. For example:</p> copy of it. For example:</p>
<pre>cd ~/android <pre>cd ~/android
curl -O https://dl.google.com/dl/android/studio/ide-zips/3.6.3.0/android-studio-ide-192.6392135-linux.tar.gz curl -O https://dl.google.com/dl/android/studio/ide-zips/4.0.1.0/android-studio-ide-193.6626763-linux.tar.gz
echo '33ec9f61b20b71ca175cd39083b1379ebba896de78b826ea5df5d440c6adfd2a android-studio-ide-192.6392135-linux.tar.gz' | sha256sum -c echo 'f2f82744e735eae43fa018a77254c398a3bab5371f09973a37483014b73b7597 android-studio-ide-193.6626763-linux.tar.gz' | sha256sum -c
tar xvf android-studio-ide-192.6392135-linux.tar.gz tar xvf android-studio-ide-193.6626763-linux.tar.gz
rm android-studio-ide-192.6392135-linux.tar.gz rm android-studio-ide-193.6626763-linux.tar.gz
mv android-studio studio</pre> mv android-studio studio</pre>
<p>Add the Android Studio executables to your <code>PATH</code>:</p> <p>Add the Android Studio executables to your <code>PATH</code>:</p>