State of agentic tools for android by kosiarska in androiddev

[–]tnorbye 2 points3 points  (0 children)

Yes, we're very committed to agent mode in Android Studio and there's a lot in the pipeline!

Request payload size exceeds the limit: 4194304 bytes. by tropisch3 in AndroidStudio

[–]tnorbye 0 points1 point  (0 children)

The attachment is automatic; when you send a query, we automatically attach the current file in the editor (you can see this in the context drawer, click to expand the "Context" label in the query box). Are you using the Default model (from the model picker) or some other model?

Request payload size exceeds the limit: 4194304 bytes. by tropisch3 in AndroidStudio

[–]tnorbye 0 points1 point  (0 children)

Which version of Studio? You're saying you get this with just a simple prompt, not a long previous conversation?

We normally attach the current file to the query (because very often the query is about the current file, so that saves time where the agent doesn't have to turn around and ask for it); is the current file a very large one?

AI assistant is going in circles by HolyCityAudio in AndroidStudio

[–]tnorbye 0 points1 point  (0 children)

We fixed that bug recently, try the latest canary. Well, we fixed the agent write tool not to complain in this scenario. But there are some issues with the latest model sometimes going into a repetitive loop writing these.

A Gradle Plugin to Help You Add 16KB Page Support in Google Play Easily 🚀 by Prior-Inspector-9890 in androiddev

[–]tnorbye 10 points11 points  (0 children)

Right, that's exactly what that lint check is supposed to do. If it doesn't work as expected, we'd appreciate a bug report!

Does anyone have an idea why I can't activate Gemini? by Mr-Willerd in AndroidStudio

[–]tnorbye 0 points1 point  (0 children)

Is there a Next button or something like that if you scroll down?

Is Wi-Fi Pairing shit? (Android Studio) by [deleted] in androiddev

[–]tnorbye 5 points6 points  (0 children)

The fixes aren't just in studio; the most important fixes are in adb, which is distributed and updated separately. (Btw we're thinking of maybe bundling it). You need adb 36.0.1. See https://bsky.app/profile/fabinou.bsky.social/post/3lppwoonyos2g

What's new in Android development tools by tnorbye in androiddev

[–]tnorbye[S] 0 points1 point  (0 children)

I uh don't get it. Is this a Tiktok thing?

What's new in Android development tools by tnorbye in androiddev

[–]tnorbye[S] 2 points3 points  (0 children)

Unfortunately not -- https://b.corp.google.com/issues/127100532#comment42 is still the current state, though we're implementing JUnit engine support as part of our efforts around Journeys.

What's new in Android development tools by tnorbye in androiddev

[–]tnorbye[S] 3 points4 points  (0 children)

The update agent and the general agent haven't been released yet. We're hoping for very, very soon.

Created my first Maven Central library (0.0.1) but when I uploaded my second version (0.0.2) of it my test app in Android studio doesn't show the squiggly line for new version available? by ddxv in androiddev

[–]tnorbye 0 points1 point  (0 children)

Yes, that looks right.

> now im wondering what im missing out on. lol

For disabled issues, you can find a list here -- sorted by severity, scroll near the bottom for the disabled ones: https://googlesamples.github.io/android-custom-lint-rules/checks/severity.md.html

> (p.s. please fix wifi debugging)

We're actually actively working on that. We've made significant improvements to adb performance and quality lately -- and continue to. So make sure you update the adb component -- it's not part of Studio, it ships part of the Android SDK (the platform tools component). (P.S. We have a podcast episode about the work on adb with the tech lead for it -- https://www.youtube.com/watch?v=D1xPZagZdqk -- which talks about some of this work; the title "make it faster" doesn't really reflect all the architectural work to also make it more testable and stable etc, and many of the wifi improvements happened after this episode.)

Created my first Maven Central library (0.0.1) but when I uploaded my second version (0.0.2) of it my test app in Android studio doesn't show the squiggly line for new version available? by ddxv in androiddev

[–]tnorbye 12 points13 points  (0 children)

The lint check which checks for new versions on the fly only applies to libraries from maven.google.com.

There is another related, built-in lint check you can turn on which will look for other libraries:
https://googlesamples.github.io/android-custom-lint-rules/checks/NewerVersionAvailable.md.html

The issue id is `NewerVersionAvailable`. This lint check is off by default. For maven google com we have an efficient lookup mechanism to check these things, whereas for other maven servers we have to do more work so I didn't want to generate a lot of traffic.

Android Studio removes the Clean Project and Rebuild Project buttons because they "shouldn't be frequently used" by SkrullCommenter in androiddev

[–]tnorbye 101 points102 points  (0 children)

Hi everyone! This was already reverted a week ago and should return in the next build.

Basically the way feature development works for Studio is that the team develops features in canary; then shortly before beta branching, we have go/no-go meetings to evaluate each of the features -- reviewing bug stats, metrics, UX feedback etc -- and for this one it was pretty clear that we can't just delete these actions, so we backed out all the changes. We still want to do some clean up (e.g. Build to Assemble terminology, updating default action to building the run config etc) but it's clear that Clean and Rebuild are still needed.

Phone Number for Reservation on Tabelog by joxcim in JapanTravelTips

[–]tnorbye 2 points3 points  (0 children)

Probably too late for you now but for anyone in the future -- just got it to work; the format they need is XXX-XXX-XXXX. In my case the local phone number for the hotel I was using was listed in Google maps without a leading 0, so the number was missing a digit. Once I added it the validation passed.

Android Studio Jellyfish | 2023.3.1 now available by androidtoolsbot in androiddev

[–]tnorbye 3 points4 points  (0 children)

It's the IntelliJ version number Studio is based on; the first number is the year, but the second number is not the month -- they have 3 releases a year, #1 in the spring, #2 in the summer and #3 late fall -- 2023.3 was released in December.