Skip to content

Instantly share code, notes, and snippets.

View asaromi's full-sized avatar
💭
Need improvements more and more

Ahmad Sabilil Maromi asaromi

💭
Need improvements more and more
View GitHub Profile
@asaromi
asaromi / setup_android_sdk_tools_windows_11.md
Last active May 14, 2023 13:16
Setup Android SDK tools (without installing Android Studio)

Requirements

  • Java Development Kit
  • OS that compatible for Android SDK [Windows/macOS/Linux] (In my case, I use Windows 11)
  • Check the system requirements for the specific version of the Android SDK you want to install. (Different versions of the SDK may have varying hardware and software requirements)

Steps

  1. Visit the Android Developer website here and navigate to the "Command line tools only" section.
  2. Download the appropriate "Command line tools only" package for your operating system.
  3. Extract the downloaded package to a directory of your choice. (In my case, I extract the folder to C:\android-sdk)
  4. Go to the cmdline-tools folder. Make a new folder name latest and move all contents to latest folder.