Questions tagged [android-studio-4.1]
82 questions
308
votes
70 answers
Android Emulator issues in new versions - The emulator process has terminated
After updating to Android Studio 2020.3.1 canary 15, when I try to run an emulator, it gets killed with this error:
The emulator process for AVD Pixel_4_API_30 has terminated.
It was working correctly in the previous version (4.1.3), but now after…

Jatlin
- 3,256
- 2
- 7
- 12
27
votes
3 answers
Gradle sync failed: com.android.tools.idea.gradle.project.sync.idea.issues.SdkPlatformNotFoundException: Module: 'app' platform 'android-29' not found
Installed Android 4.1 on Ubuntu 20.04. Getting the following error:
Gradle sync failed: com.android.tools.idea.gradle.project.sync.idea.issues.SdkPlatformNotFoundException: Module: 'app' platform 'android-29' not found.
On opening the SDK manager I…

Pradeep Kumar Jha
- 877
- 4
- 15
- 30
26
votes
4 answers
Android Emulator 30.4.5 not working on MacOS
System Info
MacOs Version - 11.3 Beta
Android Studio Version - 4.1.2
Android Emulator Version - 30.4.5
Android HAXM Version - 7.5.1
Error Stack
emulator: Android emulator version 30.4.5.0 (build_id 7140946) (CL:N/A)
handleCpuAcceleration: feature…

Parikshit Chalke
- 3,745
- 2
- 16
- 26
22
votes
9 answers
Android Studio 4.1 keep showing plug in incompatible error even if that plugin was uninstalled
I have updated Android Studio to version 4.1 (stable, macOS), then after I open the program it said:
Plugin Error: Plugin "Android WiFi ADB" is incompatible (supported only in IntelliJ IDEA).
I uninstalled that plugin and restart the IDE normally,…

chornerman
- 434
- 3
- 13
20
votes
1 answer
Android studio 4.1 - How to disable Run the Android Emulator directly in Android Studio
Android studio 4.1
Run the Android Emulator directly in Android Studio is new release change in android studio but some time I need disable that how to do that.

AAV
- 798
- 1
- 6
- 23
17
votes
0 answers
Android Studio doesn't remember passwords at "Generate Signed Bundle or APK" anymore (4.1)
This week I built release bundle 3-4 times using Android Studio and I always checked "Remember passwords".
But every time I do a new release build it asks for passwords so "Remember passwords" is ignored, only remembers "key store path" and "key…

user25
- 2,873
- 2
- 30
- 66
14
votes
10 answers
Android Studio runs old code BUT JUST SOMETIMES. It is fricking annoying
I use Android Studio 4.1.1
Sometimes when I edit/add new code to my project, it doesn't refresh. AS simply runs the old code. Sometimes I have to add empty new lines and run it again to make my modifications effect.
I would like to turn off every…

Adam Varhegyi
- 11,307
- 33
- 124
- 222
14
votes
5 answers
What or where is "Disable Gradle offline mode" in Android Studio?
I am using Android Studio version 4.1, and behind a proxy. I have already setup Proxy settings and the SDK download works fine.
But when I create a new Project, it's throwing error, like:
Could not GET…

Raulp
- 7,758
- 20
- 93
- 155
14
votes
7 answers
How I fix NOTHING TO SHOW in my vector asset in android studio
I want to add a new vector asset. I am trying to add a clipArt but it only shows in the dialog box "Nothing to show". No icon is showing and I want to add an icon. I don't know to fix this. Please help. I am still trying to learn android studio and…

Cupcakewithchocolate
- 149
- 1
- 7
13
votes
2 answers
How to export project in Android Studio 4.1?
Today I just have updated my Android studio with version 4.1 but there is no option to export the project to zip in the file menu. Is there any other option to export the project in zipping from Android Studio?

sodhankit
- 1,138
- 1
- 14
- 26
11
votes
1 answer
@SuppressWarnings("unused") gives warning: Redundant suppression after Android Studio update
I have a private methods in some low level classes that are not currently in use, but I don't want the "Method x is never used" warning potentially obscuring other more important warnings. I added a standard warning suppression for that method:
…

William T. Mallard
- 1,562
- 2
- 25
- 33
10
votes
6 answers
Android Studio 4.1 adb got stuck
I upgraded my Android Studio to v4.1.
But adb commands are doesn't respond.
See:
Therefore Android Studio Devices status stuck at "Loading Devices".
Like this:
Does anyone know about this issue?

b.erdi
- 386
- 3
- 12
9
votes
3 answers
Android studio 4.1 Build Fail
I installed Android Studio 4.1.
I get the "build fail" error.
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I have tried to change the Gradle…

Trần Hoàng Kim Long
- 340
- 2
- 10
9
votes
3 answers
AndroidStudio crash on macOS Big Sur beta
After update to last beta release of macOS Big (11.0 Beta (20A5395g)) - Android Studio (4.1) keeps shutting because
[NSOpenGLContext setView:] must be called from the main thread.
This happens very often so I have to open AS every 5 minutes again…

murt
- 3,790
- 4
- 37
- 48
8
votes
6 answers
Android Studio 4.1 debugger break points not working
After updating my android studio from version 4.0 to 4.1 the debugger break points don't work anymore:

Ahmed Nezhi
- 190
- 2
- 12