2,640 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
51
views
Testing Wear OS app on Android Smartphone - Accelerometer & Gyroscope Testing
I am writing a wear os app that will use machine learning to recognise certain motions and impacts based on the accelerometer and gyroscope data. I have written a simple Wear OS app that can be ...
1
vote
0
answers
98
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 ...
2
votes
1
answer
196
views
How to run Android apps on a local emulator while building on a remote Linux server?
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 ...
0
votes
0
answers
74
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
65
views
Android Emulator terminates immediately after launch – how to fix?
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 ...
0
votes
0
answers
48
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
1
answer
41
views
How do I prevent my site from sliding under the fixed header on mobile (react/mui/tailwind)
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 ...
0
votes
0
answers
49
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
0
answers
55
views
Android Studio emulator meets OpenGL errors after setting virtual locations
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:...
0
votes
1
answer
276
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
2
answers
503
views
Unable to launch Android virtual device on Android studio on Mac
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&...
0
votes
1
answer
219
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 ...
0
votes
0
answers
128
views
Android Emulator - WHPX: Failed to setup partition / failed to initialize WHPX: Invalid argument
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.
...
1
vote
0
answers
112
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 ...
1
vote
2
answers
104
views
can't find the class name "MyApp" in widgets_test.dart file
-> 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&...