Questions tagged [android-studio-flamingo]
26 questions
2
votes
2 answers
android app stucks in waiting for debugger
Since I've installed a newer version of android studio i.e. Android Studio Flamingo | 2022.2.1 my application always waits for a debugger when executing debugging from android studio.
I have tried a lower version of the Android Studio on the same PC…

VSB
- 9,825
- 16
- 72
- 145
1
vote
1 answer
Android Studio Flamingo android lifecycle issue with Android Devices, after adding Google Maps plugin
Trying to build a cross platform connected device Google Maps enabled App using flutter framework on Android Studio Flaming 2022.2.1 Patch 2, without success. The flutter run works seemlessly until device dependency google_maps_flutter: ^2.4.0 is…

Massimiliano Longo
- 21
- 6
1
vote
0 answers
Why can't my Android Studio resolve symbol 'ActionFirstFragmentToSecondFragment?'
Note: I am using Android Studio Flamingo with JDK20 and am a beginner.
I recently enabled safeargs in the build.gradle project ad module files, synced Gradle, and created an argument in my SecondFragment. However, when I type in…

R.Tech
- 11
- 2
1
vote
0 answers
Update new Android Studio Flamingo | 2022.2.1 error in my old Project on Flutter
I am updating new android studio and run my project at that time show error.
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':wakelock'…

Alpesh Kukadiya
- 11
- 2
1
vote
1 answer
Error building project with Android Studio Flamingo on Windows
I've got a project that works perfectly with Android Studio Electric Eel. I can build it on my Windows 11 computer without any problem.
I've tried to build it with Android Studio Flamingo without modifying anything in project, and I've got that…

Guillaume Beguin
- 11
- 2
1
vote
3 answers
constant expression required when trying to create a switch case block
`an error keeps saying "constant expression required" preventing me from running the app on a device to further develop the app.
am trying to create a sort of google pay.. so i need the selected amounts. but am getting an error saying "constant…

Kaylin Heru
- 11
- 2
1
vote
0 answers
Can't find "Messages" view after update android studio to flamingo version
Can't find "Messages" view after update android studio to flamingo.
-When try to generate signed apk I got error>>>
Errors while building Bundle file. You can find the errors in the 'Messages' view.
but I can't find 'Messages' view after Android…

Mayada Saleh
- 31
- 3
0
votes
0 answers
How do I access Quick Docs for Android Studio Flamingo 2022.2.1 patch
In the past, I could press Ctrl>+Q and the Quick Docs would display using an older version of Android Studio. Now that I'm using the latest Android Studio Flamingo 2022.1 patch, it won't pop up.
How do I access quick docs now?

David S
- 45
- 2
0
votes
1 answer
App is uninstalled after playing instrumented tests since migration to Giraffe
I have used Flamingo for some time, and after playing an Espresso test, the app was still installed.
Then I upgraded to Giraffe, and now, after playing an Espresso test, the app is uninstalled.
I did not changed my project, just upgraded Android…

Laurent D.
- 449
- 4
- 19
0
votes
0 answers
Unresolved reference: kotlinBuildProperties
im trying to implement library com.github.JetBrains:kotlin:v1.9.0 in app build.gradle but got time out error. so i downloaded the library and implement it as below:
implementation project(':kotlin-1.9.0')
unfortunately i hv got another error in…
0
votes
2 answers
How to view the logs in the Run button in android studio?
Ienter image description here want to view the logs in the part of the Run button, I do see the logs in the Logcat window, but I update my android and now I cannot view the Logs in the Run window
I don't have any observations, I've searched for some…
0
votes
0 answers
Fullscreen no status bar style
i am trying to make my app full screen but it is not working.. i am using the latest version of android studio (Flamingo).