Needs Java SDK & Android Studio. See if it is possible to automatically download and install them. Provide option for user. * [Adopt Open JDK](https://adoptopenjdk.net/?variant=openjdk8&jvmVariant=hotspot) v8 with Hotspot JVM * [Android SDK](https://developer.android.com/studio#downloads) **Command line tools** from the bottom of the list and not the full Android Studio. * Use the [sdkmanager command-line](https://developer.android.com/studio/command-line/sdkmanager) tool to install as follows ``` sdkmanager "cmdline-tools;latest" "platform-tools" "platforms;android-30" Could also use SDK Manager to install updates, etc.
Needs Java SDK & Android Studio. See if it is possible to automatically download and install them. Provide option for user.
Could also use SDK Manager to install updates, etc.