Questions tagged [android-studio-electric-eel]
33 questions
13
votes
6 answers
Gradle project sync failed after Electric Eel | 2022.1.1 update
After updating my Android Studio to the latest version i.e. Electric Eel | 2022.1.1, I got "Gradle project sync failed" after creating a new project.
Error:
A problem occurred configuring root project 'BIAssignment'.
> Could not resolve all files…

Sidharth Mudgil
- 1,293
- 8
- 25
10
votes
1 answer
Android Studio Electric eel | Debugger always stuck on "waiting for the process to finish gracefully"
Like the title says I am on Android Studio Electric eel 2022.1.1 Patch 1 and whenever I start the debugger it works for 1 or 2 breakpoints, after that the app goes to ANR, and watchers get stuck on evaluating.
When stopping the debugger gets a pop…

shine_joseph
- 2,922
- 4
- 22
- 44
9
votes
1 answer
Configure Kotlin for Android Studio Electric Eel 2022.1.1
When I updated to Electric Eel 2022.1.1, every time I create a new Kotlin file, it gives me the notification warning Configure Kotlin Configure 'Name.app' module in 'Name' project asKotlin (Android with Gradle) module.
I have only been working with…

Kyle Angelo Gonzales
- 812
- 1
- 4
- 18
4
votes
2 answers
Some conflicts were found in the installation area, while updating android studio 2022.1.1 patch 1
I am getting this error while updating Android Studio 2022.1.1 patch 1 some patch gets downloaded and following error comes,
Some of the conflicts below do not have a solution, so the patch cannot be applied.
the files that is shown…

Kenel Jr
- 41
- 4
3
votes
1 answer
Unable to update to Electric Eel 2022.1.1 Patch 2
I was attempting the update to Patch 2 but it fails with the following message.
I was hoping to avoid uninstalling the old version. Any suggestions?

JD74
- 257
- 1
- 8
3
votes
2 answers
Blank lines in Android Studio Electric Eel
I recently updated Android Studio to the Electric Eel version and I noticed that the editor shows black lines even where there shouldn't be any. Seems like a waste of workspace space to me but I couldn't find anything in the settings.
Android…

Walter
- 81
- 9
3
votes
1 answer
How can I set Android Studio Electric Eel to automatically choice my java home version?
I updated my Android Studio to Electric Eel. The problem is that every time I create a new project, I have to select the correct Gradle JDK from the Gradle of Settings. Otherwise, it gets the wrong JDK path and throws an error. In Dolphin, it was…

Sezai
- 85
- 6
2
votes
3 answers
Flutter Installation Problem - Android Licenses in Flutter Doctor
I'm trying to install Flutter and can't seem to get through the part of accepting the Android licenses in flutter doctor. I keep getting this error when I try to run 'flutter doctor --android-licenses' in the command prompt.
C:\Users\anach>flutter…

Nashuha Kamal
- 21
- 1
- 2
2
votes
0 answers
How do disable "Go to declaration" when long press on a Mac
When I long press a highlighted area or keyword in Android Studio (Electric Eel) on my Mac, it automatically jumps me to the declaration, which is extremely annoying, as I invoke this feature by accident 99.9% of the time. As such, I would like to…

kc_dev
- 578
- 1
- 6
- 21
2
votes
1 answer
How can I open file with code that triggered build error in Android Studio, on Linux?
I am pretty sure that this functionality used to exist but nowadays trying to open relevant file gets only error.
You can, as workaround, search for a relevant code or manually follow path but that is quite silly.
Android Studio Electric Eel |…

reducing activity
- 1,985
- 2
- 36
- 64
2
votes
2 answers
Android Studio Eel xml preview not showing, custom component missing classes
I have recently updated Android Studio to Android Studio Electric Eel | 2022.1.1.
For xml layout if we are using simple view like TextView/Button , it is displayed on preview.
But if we are using CustomView, then it is not showing in…

void pointer
- 575
- 2
- 8
- 20
1
vote
1 answer
Android Studio (Electric Eel) - 413 Google Login not working / App Quality Insights
In Android Studio, the IDE itself (not a project related question), you can login with your Google account to take advantage of features like Firebase Crashlytics. When I hit accept on the OAuth screen on Google it attempts to navigate to a callback…

ccheney
- 2,212
- 1
- 16
- 14
1
vote
2 answers
Android Studio does not start emulator
I just installed Android Studio (Electric Eel) on a new device. Unfortunately, it does not start any emulator. I tried it with several different emulators. A Window pops up stating "Connecting to the Emulator" but nothing happens, even when I wait…

VanessaF
- 515
- 11
- 36
1
vote
0 answers
How do I get the current location on the Android Studio map activity?
I am creating an app, and it has a bottom navigation bar. One of the pages I am going to use for a map with the current location. The following shows my code so far for that page. Can this code be changed so that when entering the page, the current…

FellSachi
- 11
- 2
1
vote
1 answer
Android studio Incorrect whitespace warning every new line
Starting with Android Studio Electric Eel (problem still present in 2022.1.1 Patch 2) I'm experiencing a problem with formatting warnings.
I have Incorrect formatting warnings enabled from the settings.
Every time a add a new line, since the IDE…

Jacopo Usai
- 29
- 3