Houzi Docs logo Houzi Docs

Install Android Studio

Head over to this link to get the Android Studio executable or zip file. Follow instructions https://developer.android.com/studio

Install the SDK

Within Android Studio, you can install the Android any SDK as follows:

step 1. Click Tools > SDK Manager.

  1. In the SDK Platforms tab, select Android you want to install e.g 12.
  2. In the SDK Tools tab, select Android SDK Build-Tools 31.
  3. Click OK to install the SDK.
Previous: Setup JWT Auth for login from app Next: Xcode Setup