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
3
votes
1 answer

find android ABI value

I'm trying to debug an android application that a user has reported a particular problem with. I have created a virtual device but when it comes to the ABI version I'm lost as how to find out the version the mobile is using (if the mobile even uses…
AndrewBramwell
  • 494
  • 1
  • 7
  • 26
2
votes
1 answer

Android Studio not saving Device for Preview layout on exit

Hey all I've been looking far and wide trying to figure out how to save my preview setting's in Android Studio version: Electric Eel 2022.1.1 Canary 3 Build #AI-213.7172.25.2211.8624637, built on May 20, 2022 Every time I change the Device For…
2
votes
2 answers

Android emulator won't shut down in Android Studio (I don't see "Stop" under the Actions Tab of AVD Manager)

From looking this up online, I should have a "Stop" option under the Actions Tab of the Device Manager's tool window? But I only see six options: Duplicate, Wipe Data, Cold Boot Now, Show On Disk, Details, Delete. Seems the only way I have to stop…
2
votes
4 answers

Emulator process terminated, how do I get Android Studio emulators to run?

How do I get Android Studio virtual devices to run (stop terminating)? Android Studio Chipmunk (2021.2.1) This is the first time using Android Studio for me and I'm trying to get the Android emulator to work, to start learning Java. Everytime I try…
user17225961
2
votes
1 answer

sdk manager cant create android virtual device

I have installed the latest Android SDK today and have installed and updated all available packages. I now need to see if I can create an android virtual device before I can go on further. I followed this procedure from the Android SDK and AVD…
Antonk
  • 21
  • 3
2
votes
0 answers

Android Studio: E/memtrack: Couldn't load memtrack module

I have a strange problem with my Android Studio/AVD. So I write a simple code in AndroidStudio just with a TextView telling to input smth in a TextField, and a button to log the input to the logcat -> when I run the app, AVD opens and loads normally…
Tomsho
  • 45
  • 1
  • 6
2
votes
0 answers

Cannot clone virtual device in Android Studio

Clone Device button doesn't work in Android Studio (ver 2.1.2) and when I try to click "Clone Device" button an error appears: NullPointerException: null
wosker4yan
  • 187
  • 1
  • 3
  • 12
2
votes
0 answers

Android Studio 1.0 install - a host of problems

I'm currently an Eclipse user, and am trying to migrate to Android Studio 1.0. I've hit a bunch of problems before getting started with development, with a new project that I generated using the wizard: 1. The final entry from the Android Studio…
2
votes
2 answers

Android Virtual Device Manager

I've made a simple hello world app in Eclipse and would like to run this on the Android Emulator. I thought this would be simple! However every time I run this the emulator-arm.exe keeps bailing out. I've tried changing the RAM values as suggested…
PhilC
  • 418
  • 1
  • 7
  • 19
2
votes
0 answers

VDM in Eclipse will not load?

I have no experience with app development but I was interested in playing around with androids SDK, I downloaded the .zip file and extracted everything onto my desktop. I was attempting to follow the introductory tutorial on androids website,…
1
vote
0 answers

The virtual device in the Android Studio emulator closes if i hold down the left mouse button on the screen to scroll

I use Android Studio for my Android projects. Everything has been updated to a stable version of the AMD processor, the RAM volume in the laptop is 16 GB. There is enough memory in the disk. However, if I run an app in the emulator, and I scroll a…
1
vote
0 answers

No emulators are currently running

No emulators are currently running Wrote a program in Kotlin. Everything was fine, everything worked. I turned on my laptop a week later. Launched Android Studio/AS/. The code opens fine. Only emulators do not display the phone. Writes that there…
1
vote
1 answer

Received the error "The emulator process for AVD Pixel_3_API_30 was killed" on trying to run a newly created virtual device inside Android Studio

Just installed Android Studio. Verified all the files are updated. Tried to add Received the error "The emulator process for AVD Pixel_3_API_30 was killed" on trying to run a newly created virtual device inside Android Studio Attempts…
1
vote
0 answers

Cannot run virtual device on android studio

I don't have HAXM installed on my computer but my virtual devices still used to work even though it's extremely slow. I tried my best to install HAXM but hit dead ends in every try. Anyway, today I was trying to test a part of my project on virtual…
Mahir Islam
  • 1,941
  • 2
  • 12
  • 33
1
vote
1 answer

How can I create a custom Android Device Profile for AVD manager?

Let's say I have a device other than Google's Pixel devices, so how can I create a custom hardware profile for my device. For example, if I have a Nokia Android phone how can I create a custom hardware profile for that one. I'm currently a beginner…