Questions tagged [virtual-device-manager]

It is same as the AVD manager. The AVD Manager provides a graphical user interface in which you can create and manage Android Virtual Devices (AVDs), which are required by the Android Emulator.

It is same as the AVD manager. The AVD Manager provides a graphical user interface in which you can create and manage Android Virtual Devices (AVDs), which are required by the Android Emulator.

82 questions
0
votes
1 answer

Android Emulator shows a Black Screen on Ubuntu Android Studio AVD

I just installed Android Studio and created my first few Virtual Devices based on Nexus 6 API 27 Pixel 3 API 27 Pixel 4a API 30 Pixel 5 API 30 Pixel 5 API 28 Pixel 5 API 27 Pixel 5 API 26 Pixel 5 API 25 However, starting the virtual device only…
0
votes
1 answer

Disable Serial Console on an Android Emulator

I've been learning and working with Flutter for a few weeks now. I used some of the Android Emulators that Android Studio provides and it was doing fine. But recently, I opened an emulator to run a Flutter project while a memory card was connected…
0
votes
1 answer

remove genymotion by saving the virtual devices

I want to remove genymotion from my linux completely and it's important for me that save virtual devices that I have on it on my system. How can I do it?
ermi
  • 81
  • 1
  • 11
0
votes
2 answers

Android device suddenly not found

I am working at an android studio project and I always work with my own physical device SAMSUNG S7. It always worked (for a few weeks now) but today suddenly from one moment to the other my device cant be recognized by android studio anymore. I…
0
votes
1 answer

Why is my Android Studio emulator screen only visible in the task bar

I am trying to run my Android Studio applications using my emulator. But when i try to run it emulator only shows up like this: Emulator stuck in taskbar - Windows 10 I have created multiple Virtual devices though..and all of these have same issue.…
0
votes
1 answer

i have warnings while running Android emulator-android studio 3.6.3

i have installed Android studio 3.6.3 and installed Pie in SDK manager and then created Virtual device in AVD. All done successful. when i try to run the emulator i am getting error as shown in the attached image. please try to help me out. struck…
0
votes
1 answer

Flutter App crashes emulator when opening camera

I am trying to build a bar code scanner app in Flutter. For this, I am using this plugin. I added it to pubspec.yaml, modified the AndroidMainfest.xml file and added the simple code as below: Future _scanQR() async { try { var qrResult =…
Killer Beast
  • 469
  • 6
  • 21
0
votes
0 answers

Virtual Device booting with black screen; not running code; goldfish-pipe

I have set up a virtual device to run my app on android studio. The virtual device screen remains black on running of the code. I get several error messages: Emulator: C:\MY…
0
votes
0 answers

Android Studio: Emulator: Process finished with exit code -1073741819 (0xC0000005)

I am encountering a new problem with Android Studio, to be precise with the Virtual Device. I'm using Android Studio 3.0.1 on a Computer with an AMD Ryzen CPU. I encountered a lot of problems already due to the CPU but fixed all of them until now…
Tomsho
  • 45
  • 1
  • 6
0
votes
1 answer

Android Studio failed to load image file

I cannot run any virtual device on Android studio. Every time I get black screen and error as shown on the picture: screen . Week ago everything worked properly.
0
votes
1 answer

I can not open my emulator in android studio that i have created

I can not open my emulator in android studio that i have created. i install lollipop platform in SDK and create same api level emulator. see the error log in bellow image. i have set 512 ram for virtual device. error log error log details
0
votes
0 answers

Run an app on configured virtual device

I have developed an app of image processing. In which app is working fine in Android 6.0 and above version but it crashes below 6.0 android version especially in specific devices as well. I want to run my app in the configured virtual device with…
Anand Savjani
  • 2,484
  • 3
  • 26
  • 39
0
votes
2 answers

Virtual Machine not running over genymotion(stuck on initialization tab)

I just started android studio for learning purpose, it has been about a week that I am unable to setup android studio properly to run. However I tried every possible solution to make it run, which includes Setting up SDK properly Setting Virtual…
Asim
  • 161
  • 1
  • 12
0
votes
1 answer

my app is runing on android 5(api 22) but not work in android 4(api 16)

My Android App is good working on android 5 but when test app on other device(android 4) is crashing. I did not use the special code. Unfortunately my android studio is not have virtual device for api16 to see error log. please help me.thanks my…
0
votes
2 answers

Android Device Monitor not deleting files

Whenever I click the Delete the selection button in my Android Device Monitor, nothing happens. What am I missing?
Barney Chambers
  • 2,720
  • 6
  • 42
  • 78