Live data from Hacker News

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

android-developers.googleblog.com

31–40 of 154 posts

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

#31
post #24
post #2

Agents will allow human programmers to get what they've been begging for decades now: proper requirements and flexible, logical, tooling.

this has been my sort of big tent alignment with AI people. If I'm getting good CLI tooling that _actually works_ (or fixes to existing ones that have been busted forever) then I'm pretty happy. Things that make systems more understandable to the LLMs ... usually make things more understandable for humans as well. Usually. The biggest issue I've found is that vibed up tooling tends to be pretty bad at having the righ…

[dead]

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

#33
post #19

Earlier quoted context omitted.

It isn't that hard to understand: > Just wait until there are entire classes of vulnerabilities related to LLM usage This is a valid concern. There are going to be a new class of vulnerabilities which an LLM is involved which are going to be discovered and it will make it possible to cause catastrophic damage to a company; very easily. This won't be surprising since we have companies building casual remote code execu…

I understand that. What about that relates specifically to the Android CLI? That was rafram's question, and mine, and as far as I can tell still hasn't been answered. I mean, I guess if you're going to say "don't use LLMs", then you also don't want to let agents use the Android CLI, but it seems like raising an awfully general concern in a discussion about a very specific article.

[dead]

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

#35
post #12

>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 fo…

Android CLI can write a tool that wraps android-cli and automatically passes the flag based on an env variable. How would Google have enough data about a brand new product without collecting that data?

`alias android-cli='android-cli --no-metrics'`

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

#38

How can I use this official android skill with Claude code? Is there any step by step process or guidance on it?

Looks like the docs start here: https://developer.android.com/tools/agents/android-skills#us...

There's a link to a repo or you can use the CLI tool to init the skills

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

#39
post #35
post #12

Earlier quoted context omitted.

Android CLI can write a tool that wraps android-cli and automatically passes the flag based on an env variable. How would Google have enough data about a brand new product without collecting that data?

`alias android-cli='android-cli --no-metrics'`

Uh do aliases load in non-interactive shells?
Post reply on HN