File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1087,10 +1087,10 @@ <h2><a href="#android-studio">Android Studio</a></h2>
1087
1087
copy of it. For example:</ p >
1088
1088
1089
1089
< 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
1094
1094
mv android-studio studio</ pre >
1095
1095
1096
1096
< p > Add the Android Studio executables to your < code > PATH</ code > :</ p >
You can’t perform that action at this time.
0 commit comments