There is a large and complex Gradle build system and the Android Gradle Plugin (AGP) to install most of the Android SDK components required for your application. But what if you don't want to manually install Android Studio, Android SDK, CMake, scrcpy, and other necessary tools? This is where mise https://mise.jdx.dev/ comes in—despite its apparent simplicity, it can do everything we need.

Installing mise itself

By default, the documentation suggests the following installation method:

curl https://mise.run | sh

Enter fullscreen mode