90,184 questions
Score of 0
1 answer
60 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
...
Advice
1
vote
0
replies
57
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
1 answer
116 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
63 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 1
1 answer
173 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
136 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 ...
Advice
0
votes
0
replies
46
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'...
Score of 1
1 answer
157 views
Android Compose: Text overlapping status bar in Preview(showSystemUi = true), not on device
I am starting my first Compose project with Android Studio (Panda 4 | 2025.3.4 Patch 1). I just opened Android Studio, slected New Project > Empty Activity, and did not add one line of code.
When I ...
Score of 0
1 answer
118 views
Invalid or unsupported command "update"
Following https://developer.android.com/tools/agents/android-cli I run:
curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh | bash
android update
android init
Problem: At the ...
Score of 0
2 answers
765 views
Markdown with Mermaid/PlantUML preview not working in Android Studio?
I have sample markdown as below:
## Markdown with Mermaid and Plant UML in IntelliJ IDEA and Android Studio
### Markdown with Mermaid
```mermaid
sequenceDiagram
Alice->>Bob: Hello John, how ...
Score of 2
0 answers
185 views
Gradle ignores JAVA_HOME and uses Android Studio JBR instead
I'm facing an issue where Gradle does not use JAVA_HOME and instead falls back to Android Studio's bundled JDK (JBR).
enter image description here
Environment
Gradle: 9.4.1
Kotlin: 2.3.0
macOS (...
Score of -1
1 answer
114 views
Android Studio Panda 3 synthetic code shown in editor. How to disable?
In Android Studio Panda 3, synthetic code is shown in the editor, which is not present there if I use the @Serializable annotation. How can I prevent editor from showing such code?
The class without ...
Advice
0
votes
0
replies
32
views
How can I retrieve MAX and AVG CPU Usage from the Android Studio Profiler Trace?
I want the maximum and the average cpu usage (in %) and memory usage from my app. I have a system trace in the Android Studio Profiler. I can see the cpu usage trace and the memory trace, I'd prefer ...
Advice
0
votes
2
replies
194
views
How can i develop a fullstack android app within 6 hours?
So we have this codefest competition, a 6 hour hackathon and there is a machine problem to follow, our development time is only 6 hours. Now currently we're using viewBinding, sqlite openhelper, java, ...
Score of 3
0 answers
146 views
TextAlign.Justify only works on the emulator, not on a physical device
why are all the lines (not just the last line of the paragraph) aligned to the left on a real device, while on a virtual device they are aligned to the width of the screen except for the last one (as ...