90,168 questions
Score of 0
1 answer
52 views
Button/Content in Linear layout showing in Status bar/ Top bar (android studio)
I just change main layout in "Linear Layout" then button showing behind the App bar and inside the TOP bar/ status bar. How to fix this.
code is here
<?xml version="1.0" ...
Score of -2
2 answers
100 views
Which Android Emulator Is Recommended for Android Studio Development?
I’m developing Android applications using Android Studio, but I’m having frequent issues with the Android Emulator. Some emulator configurations become very slow, freeze during startup, or stop ...
Score of -1
0 answers
79 views
Android Studio gives error "Cannot access member because 'R' has primitive type int" [closed]
Returning to a previously clean project I now get the above error 40 times.
The R now refers to a variable in VERSION_CODES class in Build.class which I cannot change as it is read only instead of ...
Score of 2
2 answers
431 views
Android Studio Gemini AI panel showing INVALID_ARGUMENT: Text part must not be empty error
Description of the problem: Ever since I opened my Android project in Android Studio, the built-in Gemini AI agent panel throws this exact error repeatedly whenever I try to send any message or prompt ...
Score of 2
1 answer
359 views
Android Studio: Agent/Gemini 3 Flash Preview [closed]
When using the AI Agent feature in Android Studio (MacOS, Quail 3 | 2026.1.3 Patch 1) I suddenly get this error:
Model query failed: INVALID_ARGUMENT: Invalid StreamExperience Request. Violations: ...
Score of 1
0 answers
221 views
Why my Android Studio does not have Coroutines Tab
My Android Studio version is 2026.1.3 Patch 1. When debugging, there is no Coroutines Tab in debugger tool window. My project has referenced libraries kotlinx-coroutines-android and kotlinx-coroutines-...
Score of -4
0 answers
61 views
Add to Chat not working in Android Studio
I'm in AS Quail 3 2026.1.3 Patch 1 and I can see an agent chat window, can ask Gemini questions.
But I cannot "add some lines from a file to the chat".
ctrl-alt-X is configured but not ...
Score of 0
1 answer
149 views
Google Play Protect flags my Android app as harmful before publishing [closed]
I have developed an Android application that I plan to publish on multiple app stores, including Google Play.
However, whenever I install the release APK on a device, Google Play Protect displays a ...
Score of 0
1 answer
112 views
Google Play reports 16 KB page size issue only for Android Studio generated AAB, but not for flutter build appbundle
I'm facing a very strange issue with Google Play's 16 KB page size validation.
Environment
Flutter: (3.44.6)
Android Studio: (Android Studio Quail 2 2026.1.2)
AGP: 9.1.0
NDK: 28.2.13676358
...
Score of 0
0 answers
83 views
Android studio - how to disable timeout with self-hosted models if they need more than 10 minutes for a task. Error: Stream failed
Android studio connects to a locally hosted (same machine) LM studio server with various models (Gemma, Qwen) etc.
There is no problem with relatively short tasks -a s long as they take less than 10 ...
Score of 0
0 answers
133 views
iOS Execution Target is not Visible in Android Studio Quail 1
I updated Android studio to Quail 1 | 2026.1.1 Patch 2 for KMP app.
Now I cant see execution target for iOS app when I selected "Edit configuration".
For fixing, I tried to reset Xcode ...
Score of 0
0 answers
65 views
Android Studio UI testing with Journey has weird behavior on TextField
So I was trying to use Journey to do a UI test and found that, after it enters the text into the TextField, it will go to the next line (and exit the app) for no reason. It's 100% reproducible.
Test ...
Score of 2
2 answers
255 views
IntelliJ/AndroidStudio: icon_banner_image.xml Not Found (Snap)
As shown in the screenshot the Next button is disabled with File ic_banner_image.xml does not exist error when I try to create icon assets using Asset studio wizard.
I am using IntelliJ IDEA 2026.1....
Score of -1
1 answer
147 views
Android studio virtual device not showing up
Android virtual device in android studio not showing up.
I don't know how to use the android virtual device and run the app on it
Android virtual device in android studio not showing up.
I don't know ...
Score of 0
0 answers
50 views
Android Studio jump to location within file
In Android Studio when building an app one might get error message such as
Launching lib/main.dart on Linux in debug mode...
Building Linux application...
ERROR: lib/main.dart:20:1: Error: 'crip' isn'...