AndroidIDEOfficial/androidide-tools ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple installer tool for AndroidIDE that lets users download and set up the Android SDK, command line tools, and a compatible JDK from inside the app or terminal.
I want it to be easy for someone non technical to run, with a default setup that works for most people, but also a few simple options to choose the SDK version, whether to include command line tools, where to install everything, and whether to use JDK 17 or 21. It should show a clear summary before installing, then ask for confirmation before it starts.
If you need current download details or package info, look up the latest docs online and make it work cleanly with the manifest based setup the project already uses. Keep it straightforward, reliable, and focused on helping people get AndroidIDE ready to build apps quickly.
Are you gonna build this?
make sure you review the code using coderabbit