Android CLI: Build Android apps 3x faster using any agent

177 points - yesterday at 6:39 PM

Source

Comments

user2722 yesterday at 8:45 PM
Agents will allow human programmers to get what they've been begging for decades now: proper requirements and flexible, logical, tooling.
anabis today at 3:32 AM
The install command shown for Windows is 404.

`curl -fsSL https://dl.google.com/android/cli/latest/windows_x86_64/inst... | bash`

The URL shown for individual OSs work, but the script errors for me.

`curl.exe -fsSL https://dl.google.com/android/cli/latest/windows_x86_64/inst... -o "%TEMP%\i.cmd" && "%TEMP%\i.cmd"`

I manually downloaded the exe, but it say socket error. vibe coding is going strong!

whstl yesterday at 10:37 PM
I wish the same thing existed for Apple.

Everything I do for macOS/iOS is already without Xcode but it's a pain in the ass to keep up with changes, and there are things I haven't figured out yet (like AUv3).

sunaookami yesterday at 8:57 PM
>Google collects usage data for the Android CLI, such as commands, sub-commands, and flags used. This data does not include custom parameters or identifiable information. This information helps improve the tool and is collected in accordance with Google's Privacy Policy.

>https://policies.google.com/privacy

>Disable Android CLI metrics collection by using the --no-metrics flag.

No thanks, is there no env variable for this? Doesn't Google have enough data already?

hemc4 today at 3:11 AM
Wow. Thanks for this update. It streamlined a lot of tasks.

Apart from this, next step will be to add suport for building android apps on the android phones itself. No desktop needed.Building on the laptop with agents and installing the build in the phone and testing doea not seem AI native. If everything can run on my android phone, development cycle will speed up.

rvillberg today at 3:36 AM
This is a good step forward, but keep in mind the claimed gains are about "project and environment setup", not the tasks you deal with on a daily basis in an existing project.
antirez yesterday at 10:27 PM
Let's see if even mid/big companies with tons of resources, with AI and the right tooling will continue to write webview-apps or, even worse, use some kind of multi target wrapper.
jadar today at 3:16 AM
This is great. We also need a tool to expose source jars to agents so they donโ€™t need to compress. Thereโ€™s a lot of Compose overloads that Claude just guesses at. I built something internally but it needs polish and Claude really struggled with the deep Gradle integration.
mridulmalpani today at 1:19 AM
How can I use this official android skill with Claude code?

Is there any step by step process or guidance on it?

iririririr yesterday at 9:38 PM
> Your agents perform best when they have a lightweight, programmatic interface to interact with the Android SDK and development environment.

F you google. Me too. Why didn't we get a sane way to build android apps before you had to please chatbots?

winrid today at 3:09 AM
Catching up to Flutter.
OutOfHere yesterday at 9:22 PM
But can I publish an app without having to share my ID? I want an ecosystem that doesn't require it.
Evidlo yesterday at 8:55 PM
Now please let us install the apps just as easily
hyhmrright today at 3:30 AM
[dead]
kevinten10 today at 2:31 AM
[dead]
kdhaskjdhadjk yesterday at 9:14 PM
[flagged]
agentifysh yesterday at 10:55 PM
Flutter CLI is what we really need but this is a welcome addition.