Android SDK Ubuntu default path

If you've installed the SDK using:

apt install android-sdk

it is located at /usr/lib/android-sdk.


The Path will be like,

Linux /home/AccountName/Android/Sdk

  • For Linux: ~/Android/Sdk
  • For Mac: ~/Library/Android/sdk
  • For Windows: %LOCALAPPDATA%\Android\sdk

If you've installed the SDK using the apt install android-sdk, it is located at /usr/lib/android-sdk

then copy that folder (android-sdk) to your home folder ex: home/username/Android/android-sdk, because /usr/lib/android-sdk will prompt a not writable error..by default there's no Android folder in your home directory so create that folder first then paste inside it the android-sdk folder from /usr/lib