This repository was archived by the owner on Dec 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22 "android_sdk" : {
33 "_33_0_1" : {
44 "aarch64" : {
5- "sdk" : " https://github.com/AndroidIDEOfficial/androidide-build- tools/releases/download/v33.0.1/android-sdk-33.0.1-aarch64.tar.xz"
5+ "sdk" : " https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v33.0.1/android-sdk-33.0.1-aarch64.tar.xz"
66 },
77
88 "arm" : {
9- "sdk" : " https://github.com/AndroidIDEOfficial/androidide-build- tools/releases/download/v33.0.1/android-sdk-33.0.1-arm.tar.xz"
9+ "sdk" : " https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v33.0.1/android-sdk-33.0.1-arm.tar.xz"
1010 }
1111 },
1212
13- "cmdline_tools" : " https://github.com/AndroidIDEOfficial/androidide-build- tools/releases/download/v33.0.1/cmdline-tools-all.tar.xz"
13+ "cmdline_tools" : " https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v33.0.1/cmdline-tools-all.tar.xz"
1414 },
1515
1616 "jdk_11" : {
17- "aarch64" : " https://github.com/AndroidIDEOfficial/androidide-build- tools/releases/download/jdk-11/jdk11-aarch64.tar.xz" ,
18- "arm" : " https://github.com/AndroidIDEOfficial/androidide-build- tools/releases/download/jdk-11/jdk11-arm.tar.xz"
17+ "aarch64" : " https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/jdk-11/jdk11-aarch64.tar.xz" ,
18+ "arm" : " https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/jdk-11/jdk11-arm.tar.xz"
1919 }
2020}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ print_help() {
3939 echo " -s Android SDK version to download."
4040 echo " -c Download Android SDK with command line tools."
4141 echo " -j Choose whether to install JDK 11 or JDK 17. Please note that JDK 17 must be preferred. This option will be removed in future."
42- echo " -m Manifest file URL. Defaults to 'manifest.json' in 'androidide-build- tools' GitHub repository."
42+ echo " -m Manifest file URL. Defaults to 'manifest.json' in 'androidide-tools' GitHub repository."
4343 echo " "
4444 echo " For testing purposes:"
4545 echo " -a CPU architecture. Extracted using 'uname -m' by default."
@@ -111,7 +111,7 @@ install_dir=$HOME
111111sdk_version=33.0.1
112112with_cmdline=false
113113jdk_version=17
114- manifest=" https://raw.githubusercontent.com/AndroidIDEOfficial/androidide-build- tools/main/manifest.json"
114+ manifest=" https://raw.githubusercontent.com/AndroidIDEOfficial/androidide-tools/main/manifest.json"
115115pkgm=" pkg"
116116pkg_curl=" libcurl"
117117
You can’t perform that action at this time.
0 commit comments