- 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)
- Visit the Android Developer website here and navigate to the "Command line tools only" section.
- Download the appropriate "Command line tools only" package for your operating system.
- Extract the downloaded package to a directory of your choice. (In my case, I extract the folder to
C:\android-sdk
) - Go to the
cmdline-tools
folder. Make a new folder namelatest
and move all contents tolatest
folder.