2,640 questions
0
votes
0
answers
52
views
Android Emulator fails to start in Podman container after reboot - previously working script now hangs - KVM working but no further output
Problem Description
I have a bash script that creates and starts Android emulators in a Podman container. This script was working perfectly a few days ago, but after a system reboot, the emulators no ...
0
votes
0
answers
52
views
How to change hardware profile for a virtual device in Android studio 2025.1.2?
How to change hardware profile for a virtual device in Android studio 2025.1.2 ?
In Android Studio 2024.2.2 I have this,
I can change my hardware profile (device) in AVD, the resolution, hardware ...
0
votes
0
answers
42
views
Proxy setting is stuck deep in the Android Virtual Device and cannot be cleared or overridden
I have set up an Android AVD with Android Studio. SDK31, rooted with rootAVD (if you want me to use special tooling later)
Somewhen the internet connectivity got lost. I read and tried a lot of stuff ...
0
votes
0
answers
44
views
Android Studio Emulator stuck in loading screen
I'm using Pixel 2 API 31 on an Android Studio virtual device, and it is stuck on the loading screen. It doesn't load my contents.
Here is what I've tried:
Wiping data
Creating new virtual device
...
0
votes
1
answer
240
views
Android Studio Emulator fails to start XR Device – Vulkan is not supported
I'm trying to launch an Android Emulator named XR_Device (Android 14.0 "UpsideDownCake", x86_64), but I keep encountering the following error:
The emulator process for AVD XR_Device has ...
0
votes
1
answer
206
views
The Android Studio Android Virtual device not working. Emulator process For AVD has terminated
I keep getting this message every time I try to open a virtual device on android studio
Wear OS Large Round API 30
The emulator process for AVD Wear_OS_Large_Round_API_30 has terminated.
Looking at ...
1
vote
0
answers
102
views
How to solve the dilemma of extended controls in AVD?
AVD (Android Studio Ladybug 2025) extended controls are these:
The dilemma with physical keyboard is:
When 'Enforce keycode forwarding' enabled:
Arrow keys won't work for apps inside Android while ...
0
votes
1
answer
43
views
GridLayout Horizontally Flipped On Some Devices
While looking at the screenshots of my app on the Google Play Console Pre-launch Report, I noticed something very strange for 2 devices (Google Pixel 8 & Generic Small Desktop (x86)). Here are ...
2
votes
2
answers
233
views
Android Studio Virtual Device Blue Screen WHEA_UNCORRECTABLE_ERROR
I'm using Android Studio Ladybug Feature Drop | 2024.2.2. My PC will blue screen with the error WHEA_UNCORRECTABLE_ERROR whenever I open/use certain apps (mainly tested with google chrome going to ...
0
votes
1
answer
237
views
Run Android UI Tests in a AVD in Azure DevOps pipeline
I am trying to set up an AVD in an Azure DevOps pipeline using these two guidelines:
Microsoft documentation
Independent guide
The articles state, that the AVD should be runnable in the default ...
0
votes
1
answer
81
views
Access MockWebServer from outside of the JVM
I am writing Espresso UI tests with okhttp3.mockwebserver.MockWebServer. I am facing an issue, that my MockWebServer is not accessible from the application running in AVD.
This works:
Access the ...
0
votes
0
answers
15
views
files in AVD emulator in android studio not readable
Iam using Android Studio Ladybug. I put some text files in /sdcard/Documents/Data/ in "Pixel 9 Pro API 30" emulator. The directory is readable, the files are not. Shall I put them in some ...
1
vote
1
answer
143
views
Android Emulator Not running Properly
AVD started running, but not properly running. Showing error.
Using SDK Android Studio Ladybug | 2024.2.1 Patch 3.
Tried using after resetting windows 11. Still not working. But started SVD manager ...
1
vote
1
answer
61
views
String#indent() NoSuchMethodError in Android Runtime of the Android Studio's emulator
I need to run a project on an Android Studio emulator, but the emulator's JVM is missing a method.
When a source code that has been successfully tested on physical devices (ranging from API 31 - 33) ...
1
vote
2
answers
3k
views
How Can I Download AVD Manager & Android SDK Without Android Studio
Can anyone please help me download AVD manager & Android SDK tools/folder without installing Android Studio, I will use it on VS Code editor when I go to create an emulator on vs code it shows ...
0
votes
0
answers
69
views
In android studio I got error: Cannot load data from https://plugins.jetbrains.com/api/icon?pluginId=io.namaek2.plugins&theme=DARCULA (statusCode=403)
Android Studio emulator is getting terminated.
I tried all ways like wiping data, invalidate and restart.
All devices are not getting started and showing error as
The emulator process for AVD ...
0
votes
2
answers
1k
views
Android Emulator issues in new Koala Feature Drop 2024.1.2 versions - The emulator process has terminated
After updating to Android Studio Koala Feature Drop 2024.1.2, when I try to run an emulator, it gets killed with this error: Nexus S API 22 : The emulator process for AVD Nexus_S_API_22 has ...
0
votes
0
answers
39
views
Has Android Studio recently changed its default AVD storage location?
I recently fired up Android Studio after a hiatus of several weeks, and it couldn't find any of my existing AVDs. I dug around a bit, and discovered that while it had previously stored and looked for ...
1
vote
0
answers
103
views
What is the Android Studio Unknown Device and how can I get rid of it?
It's been a while since my Android Studio strangely "created" this unknown device like in the screenshot below:
This device start booting as soon as I open the Android Studio, I can't ...
-1
votes
1
answer
192
views
Android Studio I randomly get white screen when starting app [closed]
There are various other questions about white screens with Android Studio but I didn't see one that answered my question. I get a white screen randomly after the app logo when running an AVD. The only ...
1
vote
3
answers
2k
views
Android Studio. Unable to start AVD: "Failed to process .ini file ...quickbootChoice.ini for reading."
When creating the new AVD or starting the one created before I receive the error "The emulator process for AVD [NAME] has terminated." (Under [NAME] it mentions my device name)
The problem ...
0
votes
0
answers
551
views
Android emulator closing on startup
I've been having an issue with AVDs on IntelliJ IDEA. Each time I run an emulator it maybe comes up on the google boot screen and the logo sort of glitches and closes or it just doesn't start. It was ...
0
votes
1
answer
712
views
Crosvm Gives a Mounting Error In WSL2 when launching Cuttlefish
I have been trying to get Cuttlefish working on Windows's Subsystem for Linux (WSL2) running Ubuntu 22.0.4.4 to emulate Android, and after rebuilding the Linux kernel to fix some vsock issues, per the ...
0
votes
1
answer
281
views
android studio "jellyfish" emulator is showing but not working
I've installed new version - jellyfish But the emulator is working and unable to run stuck at booting for several hours, more than 2 hours.
Getting error "No Target Device found."
Android ...
1
vote
1
answer
38
views
Access to service on WSLS from Virtual Device
I have a problem concerning the connection between my virtual device and my server, which locally runs on WSL2, and my virtual device.
On a VM where everything was installed on the same host, I was ...