Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

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 ...
Marco Fanelli's user avatar
2 votes
1 answer
153 views

I’m developing a mobile app using Dioxus and need to run it on an Android emulator. My setup: A remote Linux compute server with a minimal i3 interface. On that server I can compile and run the ...
Manu FIC-electronica's user avatar
0 votes
0 answers
55 views

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 ...
Nor.Z's user avatar
  • 1,605
0 votes
0 answers
63 views

I'm facing a strange issue with the Android Emulator on Windows 10 (Android Studio Hedgehog). Every time I try to launch a virtual device, it opens for a second and then terminates automatically ...
Sahinuzzaman's user avatar
0 votes
0 answers
45 views

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 ...
stev-e's user avatar
  • 456
0 votes
1 answer
38 views

I have the following <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> But when I try to visit my site on an android via AVD or ...
Jackie's user avatar
  • 24k
0 votes
0 answers
47 views

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 ...
marceline's user avatar
  • 343
0 votes
0 answers
52 views

After I set the location here: The emulator outputs these messages repeatedly: C:/buildbot/src/android/emu-35-4-release/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/GLESv2Imp.cpp:...
qfcy's user avatar
  • 43
0 votes
1 answer
247 views

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 ...
Nabil _pkfr's user avatar
0 votes
2 answers
466 views

I am unable to launch an Android virtual device in Android Studio on MacOS Big Sur 11.7.10. When I launch the virtual device, a pop-up appears saying "Please file a bug against Android Studio&...
Saad Mushtaq's user avatar
0 votes
1 answer
207 views

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 ...
Robert Serrano's user avatar
0 votes
0 answers
109 views

I need to run Android Emulator, but it keeps crashing with a message that says "The emulator process for AVD <EMULATOR_NAME> has terminated" when I try to start any device I create. ...
Ariane's user avatar
  • 1
1 vote
0 answers
103 views

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 ...
Dan D's user avatar
  • 8,769
1 vote
2 answers
90 views

-> In the above code I am having problem in my widgets_test.dart file where its telling can't find the class name in my above code. -> But I have changed my code like there is no "MyApp&...
Pankaj's user avatar
  • 31
0 votes
1 answer
49 views

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 ...
Nathan Sokalski's user avatar
6 votes
2 answers
2k views

I just started a new project. When I run the emulator it does show up but the mouse touch doesn't works on it. If I run the MainActivity, it shows up normally but I can't click bottons or any other ...
josephyumss's user avatar
2 votes
2 answers
233 views

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 ...
pomipiwimo's user avatar
0 votes
0 answers
39 views

Some say the Android versions from 14 up have mouse cursor when physical mouse is attached, with a Desktop AVD when creating AVD in Android Studio Device Manager. However, I need Google Play store too,...
Dan D's user avatar
  • 8,769
0 votes
1 answer
241 views

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 ...
Lukas K's user avatar
  • 6,460
0 votes
0 answers
32 views

I have a problem with emulated camera on AVD. I use camera for QR/ barcode scanning, and normally it works just fine, but once in a while after the successful scan, when I reopen the screen with ...
Akihiro's user avatar
  • 11
0 votes
1 answer
82 views

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 ...
Lukas K's user avatar
  • 6,460
0 votes
2 answers
126 views

This is my code public static void ChooseVideo(ActivityResultLauncher<Intent> resultLauncher) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R && SdkExtensions....
ahmadreza gh's user avatar
0 votes
0 answers
16 views

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 ...
Dedo's user avatar
  • 1
1 vote
1 answer
321 views

I just download the upsidedowncake (api 34) system image and create a virtual device and when I try to run it then I see this error: The emulator process for AVD Small_Phone_API_34 has terminated. ...
Abdullah Hameed's user avatar
1 vote
1 answer
143 views

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 ...
Muhammed Sibly B's user avatar
0 votes
1 answer
382 views

I am trying to launch an Android Virtual Device (AVD) using Android Studio Dolphin | 2021.3.1 Patch, but the emulator fails to start. Here's the terminal output: INFO | Android emulator version 35....
ghost21blade's user avatar
1 vote
1 answer
62 views

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) ...
Delark's user avatar
  • 1,385
0 votes
1 answer
278 views

I found information that you can change the camera resolution in AVD using these parameters: hw.camera.maxHorizontalPixels hw.camera.maxVerticalPixels But I didn't find these parameters anywhere, ...
Igor Girshjiv's user avatar
1 vote
2 answers
3k views

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 ...
Roni's user avatar
  • 11
0 votes
2 answers
189 views

I'm building an android app on android studio 2024.2.1. But I am unable to start any emulators. I have tried clearing caches and restarting everything including my PC. I've tried to delete the .lock ...
Dan Anderson's user avatar
  • 1,144
0 votes
0 answers
71 views

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 ...
Suchit VK's user avatar
0 votes
1 answer
110 views

Android 15 adds Cover screen support: Your app can declare a property that Android 15 uses to allow your Application or Activity to be presented on the small cover screens of supported flippable ...
Jerry101's user avatar
  • 13.7k
0 votes
2 answers
1k views

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 ...
Maria's user avatar
  • 371
1 vote
0 answers
33 views

I'm using the latest version of Android Studio on macOS and have set up a Pixel 8 virtual device with API 35. Everything works fine except I can’t increase the internal storage, which is currently 8 ...
janek21404's user avatar
0 votes
0 answers
43 views

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 ...
atrocia6's user avatar
  • 513
1 vote
0 answers
179 views

I would like to create an Android virtual device on Ubuntu 24.04 with these characteristics : abi = x86 api level = 24 target = Android 7.0 (Google APIs) So I have created a model "Nexus 5 with ...
mister_smith's user avatar
1 vote
0 answers
106 views

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 ...
julioribeiro's user avatar
  • 1,753
0 votes
1 answer
268 views

I have emulators running on a remote PC. To connect to the emulator, I enter the command "adb tcpip 5555" on the remote computer and then forward the port using "adb forward tcp:5552 ...
Eilon's user avatar
  • 1
-1 votes
1 answer
192 views

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 ...
APEGamer's user avatar
1 vote
0 answers
174 views

I am developing a mobile app that will communicate with external devices through USB serial cable I have done this with physical device, but I want this with android emulator (Virtual mobile). I think ...
Athikur rahuman S's user avatar
1 vote
3 answers
2k views

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 ...
Karbofox's user avatar
1 vote
0 answers
254 views

I clone this wear project. Its works if I use the run option (or create and instal apk) but when I use debug option some error "Cannot change watch face" occurs. I paired devices and use ...
Makc's user avatar
  • 119
0 votes
0 answers
557 views

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 ...
ramalandajo's user avatar
1 vote
2 answers
2k views

Issues Faced: Emulators aren't running properly. I've installed all the necessary components for Flutter development, including Android Studio, Flutter SDK, and the Android emulator. However, the ...
Ako Ibrahim's user avatar
0 votes
1 answer
725 views

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 ...
Alek V's user avatar
  • 23
0 votes
0 answers
43 views

I started my journey with flutter. I did as the tutorials said, but I cannot run app on AVD. When I run AVD it shows "Connecting to the Emluator" infinitly spinning. I've tried different ...
Wooks10's user avatar
  • 21
0 votes
1 answer
281 views

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 ...
vinod yadav's user avatar
1 vote
0 answers
105 views

I've installed new version - jellyfish But the avd is not working stuck at booting for several minutes, more than 30min. Reinstall avd,cold boot, wipe data,automatic to software, reducing memory ...
Gimmes's user avatar
  • 11
1 vote
1 answer
39 views

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 ...
baretd's user avatar
  • 21
0 votes
0 answers
67 views

Can anyone help me? I installed Android Studio Jellyfish and the Flutter SDK. I attempted to run the app on a virtual device and and error is raised referring to the gradle How do I resolve this issue?...
Tee Trims's user avatar

1
2 3 4 5
53