12,414 questions
0
votes
0
answers
59
views
Android Emulator exited with code 1 during startup (Flutter on Windows)
I’m trying to run my Flutter project locally, but the Android emulator won’t start.
Android Studio shows this error:
Device daemon started.
[ERR] The Android emulator exited with code 1 during startup
...
0
votes
0
answers
37
views
.NET MAUI: Problems writing to File in Android Emulator with debugger
I write some data to a file that the user can choose with a File Picker.
Here my test code with some nonsense data:
private async void DoExportAsync()
{
// write some data to a temporary file
...
1
vote
0
answers
258
views
React-Native 0.81 (expo 54) Android App on Emulator crashes upon start up
I just started a new blank react-native project with:
npx create-expo-app@latest
But on Android emulator it crashes immediately after launch.
The story:
I added:
- expo-dev-client
- @gluestack-ui/...
2
votes
1
answer
141
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 ...
1
vote
0
answers
71
views
Firebase Studio emulator preview not showing full screen
In Firebase Studio the app preview in the emulator is not displayed fully — it looks cut off at the bottom.
What I’ve tried so far:
Running a simple Flutter app using flutter run inside Firebase ...
0
votes
0
answers
54
views
Android Emulator issues in new versions - The emulator process has terminated new version
Unable to run "adb", check your Android SDK installation and ANDROID_HOME environment variable: C:\Users\Sajad\AppData\Local\Android\Sdk\platform-tools\adb.exe
Error details: Process exited ...
0
votes
1
answer
83
views
Android Espresso - Issues with rotating emulator via onDevice().setScreenOrientation due to network/proxy/grpc issues
I want to be able to call a function during Espresso UI testing to rotate the device from portrait to landscape.
I followed this guide from the docs exactly. I have a brand new API 34 emulator, my SDK ...
0
votes
1
answer
97
views
Android Studio BlackPixels on Virtual Device/Emulator
I had to reset my Laptop (Windows 11) and reinstalled Android Studio (now the newest version Narwhal - after getting the below mentioned issues, I downgraded to Koala). I also installed the latest ...
0
votes
1
answer
61
views
Android emulator does not have access the internet (showing exclamation)
I am using Android emulator in Visual Studio on Windows, and it doesn’t have internet access
When I launch the emulator, it shows me an exclamation mark for wifi and mobile network. I opened Google ...
0
votes
0
answers
43
views
How to reach the IP of a device on a local network from an Android emulator
I have an android emulator running which can access localhost using the typical 10.0.2.2 IP address. What I'm trying to do is access the host PC through its local IP address (such as 192.168.0.1) so ...
0
votes
0
answers
62
views
How to change the ADB interface on emulator?
When I run emulator.exe on windows, it starts the adb server on 127.0.0.1:5555, but I want it to listen on all interfaces (0.0.0.0). Does anyone know if there’s a way to make the emulator listen for ...
0
votes
1
answer
44
views
I can't seem to locate the emulator on my screen anywhere
When I run the emulator from the android studio it starts but immediately after starting it disappears from my screen and the windows for the emulator shows on the task view but nowhere on the screen ...
1
vote
1
answer
189
views
How to simulate Android XR spatial navigation (as shown in Google I/O 2025) in emulator?
I'm currently experimenting with Android XR development and want to replicate the spatial navigation experience shown during Google I/O 2025, where the user moved smoothly between spatial panels and ...
0
votes
0
answers
97
views
The emulator process for AVD has terminated
I've tried :
Reinstalling Android Studio
Recreating a new AVD
Using the latest API 36 image
Running as admin
What more can I do to solve this ? It's infuriating to not even know what it is that's ...
1
vote
1
answer
138
views
How to get rid of bottom grey opaque background on Android app in Kotlin?
I'm a complete beginner to Kotlin and Android development, I'm currently working on a todo list app as practice. I want to make the app take up the entire screen without any safe area at the top or ...
2
votes
1
answer
442
views
Visual Studio doesn't display the Android emulator run option after the update
I want to share a solution for an issue where, after updating Visual Studio (17.14.0 in my case), the Android Emulator run options stopped appearing in the dropdown list.
The emulator existed and was ...
1
vote
1
answer
16
views
Hide zoom/aspect ratio button in Android emulator?
How do you hide zoom/aspect ratio button thingy in the bottom-right in the Android emulator? It's blocking the view and it's really annoying. I've messed around with the emulator settings, but I can't ...
0
votes
0
answers
62
views
Android emulator has no network connection?
I am running Ubuntu 24.04.2 LTS, and launching the Android emulator using command line and, the following arguments: -debug-init -no-snapshot -writable-system -selinux permissive -wipe-data
The issue ...
0
votes
0
answers
125
views
Frida Script Fails on Emulators (x86_64)
I have reversed a Flutter application using Blutter and created a Frida script that hooks into a function offset.
The script works correctly on a physical ARM64 device.
However, when running on ...
0
votes
0
answers
59
views
How to set a system property in Android Emulator properly
I noticed the -prop qemu.*=value argument for the emulator command, I wanted to set qemu.abc=000 as an example.
In -verbose it printed that it set a "Boot property" with that name. All looks ...
0
votes
2
answers
216
views
Build AOSP Android14 and run emulator result fstab error
Setup AOSP sources with:
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r75
And setting:
source build/envsetup.sh
lunch aosp_cf_x86_64_phone-trunk_staging-userdebug
...
0
votes
0
answers
113
views
adb devices show so many offline emulators,and my adb server auto shutdown every 2~5 min
when I upgrade new Android-Studio named:android-studio-2025.1.1.6-linux; And when I first start the new Android-Studio,the Issue show out!
When the issue show Out,I tap adb devices,it will show :
adb: ...
1
vote
2
answers
245
views
flutter application does not open with android emulator
I have created a simple app.
I choose one of my android emulator to start.
The emulator started and appear successfully.
Then I choose "run without debugging"
It will say nothing and ...
0
votes
2
answers
460
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
33
views
Assistance figuring out what this icon means in android emulator for react-native
Debugging my react-native expo app in an android emulator, and this icon just started popping up on all my different emulators in the top left of the screen. I can't find any information about what it ...