https://github.com/sjoerdev/setup-openjdk-androidsdk
minimal way of setting up openjdk and the android sdk without using android studio
https://github.com/sjoerdev/setup-openjdk-androidsdk
Last synced: 4 months ago
JSON representation
minimal way of setting up openjdk and the android sdk without using android studio
- Host: GitHub
- URL: https://github.com/sjoerdev/setup-openjdk-androidsdk
- Owner: sjoerdev
- Created: 2025-10-26T19:32:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-10-26T20:11:26.000Z (7 months ago)
- Last Synced: 2025-10-26T22:08:09.679Z (7 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup OpenJDK and Android SDK
## OpenJDK
1. Download [OpenJDK](https://openjdk.org/) for windows
2. Put the folder in ``C:\jdk``
3. Create the ``JAVA_HOME`` enviroment variable as ``C:\jdk``
4. Add ``C:\jdk\bin`` to the PATH
## Android SDK
1. Download the [android sdk command line tools](https://androidsdkmanager.azurewebsites.net/cmdline-tools.html)
2. Put the folder in ``C:\Android\cmdline-tools``
3. Create the ``ANDROID_HOME`` enviroment variable as ``C:\Android``
4. Add ``C:\Android\cmdline-tools\latest\bin`` to the PATH
5. Now init the SDK by running ``sdkmanager.bat "platform-tools" "platforms;android-35" "build-tools;35.0.0"``