https://github.com/androidideofficial/androidide-tools
Android SDKs for AndroidIDE
https://github.com/androidideofficial/androidide-tools
android androidide hacktoberfest sdk
Last synced: 6 months ago
JSON representation
Android SDKs for AndroidIDE
- Host: GitHub
- URL: https://github.com/androidideofficial/androidide-tools
- Owner: AndroidIDEOfficial
- License: gpl-3.0
- Created: 2022-06-12T04:46:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T15:42:43.000Z (over 1 year ago)
- Last Synced: 2024-12-14T21:44:41.534Z (6 months ago)
- Topics: android, androidide, hacktoberfest, sdk
- Language: Shell
- Homepage: https://androidide.com
- Size: 69.3 KB
- Stars: 212
- Watchers: 8
- Forks: 47
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Tools for [AndroidIDE](https://github.com/AndroidIDEOfficial/AndroidIDE).
This repository includes JDK 11 (now _**deprecated**_), Android SDK and tools for AndroidIDE. An installation script is also available which you can use to easily install the tools.
```
AndroidIDE build tools installer
This script helps you easily install build tools in AndroidIDE.Usage:
./scripts/idesetup -s 34.0.4 -c -j 17
This will install Android SDK 34.0.4 with command line tools and JDK 17.Options :
-i Set the installation directory. Defaults to $HOME.
-s Android SDK version to download.
-c Download Android SDK with command line tools.
-m Manifest file URL. Defaults to 'manifest.json' in 'androidide-tools' GitHub repository.
-j OpenJDK version to install. Values can be '17' or '21'For testing purposes:
-a CPU architecture. Extracted using 'uname -m' by default.
-p Package manager. Defaults to 'pkg'.
-l Name of curl package that will be installed before starting installation process. Defaults to 'libcurl'.-h Prints this message.
```## Installing in AndroidIDE
- Open the AndroidIDE terminal.
- Start the installation process by executing : `idesetup -c`
- After you execute the command, it'll show a summary of the configuration. Type `y` to confirm the configuration and start the installation process.The default configuration is enough for most users. If you want to configure the installation process (like downloading a different SDK tools version), you can do so by using the options provided by the script.
Execute the script with `-h` option to see a list of options that you can use.
## Download
You can manually download and install these tools from [releases](https://github.com/AndroidIDEOfficial/androidide-build-tools/releases). A step-by-step guide is available on [our blog](https://androidide.com/blogs/getting-started/2023/07/17/manually-installing-build-tools-in-androidide/).## Thanks to
- @Lzhiyong for [sdk-tools](https://github.com/Lzhiyong/sdk-tools).