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

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 ...
Lucas Amorim's user avatar
0 votes
0 answers
37 views

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 ...
Bernd Morgeneyer's user avatar
1 vote
0 answers
258 views

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/...
Migalejo Lejo's user avatar
2 votes
1 answer
141 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
1 vote
0 answers
71 views

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 ...
bejo paijo's user avatar
0 votes
0 answers
54 views

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 ...
Sajad k's user avatar
0 votes
1 answer
83 views

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 ...
Zeek Aran's user avatar
  • 686
0 votes
1 answer
97 views

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 ...
dunkiero's user avatar
0 votes
1 answer
61 views

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 ...
A for android's user avatar
0 votes
0 answers
43 views

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 ...
Joe9238's user avatar
  • 36
0 votes
0 answers
62 views

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 ...
João silva's user avatar
0 votes
1 answer
44 views

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 ...
Tahir Rafiq's user avatar
1 vote
1 answer
189 views

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 ...
Anand Kulkarni's user avatar
0 votes
0 answers
97 views

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 ...
Arcus's user avatar
  • 59
1 vote
1 answer
138 views

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 ...
user30014834's user avatar
2 votes
1 answer
442 views

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 ...
Vitaly Filatenko's user avatar
1 vote
1 answer
16 views

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 ...
kc_dev's user avatar
  • 830
0 votes
0 answers
62 views

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

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

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 ...
Tamás Horváth's user avatar
0 votes
2 answers
216 views

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 ...
Marco Polo's user avatar
0 votes
0 answers
113 views

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: ...
seekting zhang's user avatar
1 vote
2 answers
245 views

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 ...
Prabath Kavinda's user avatar
0 votes
2 answers
460 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
33 views

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 ...
Aaron Wilson's user avatar

1
2 3 4 5
249