Questions tagged [android-virtual-device]

Android Virtual Device (AVD), is a virtual instance of the target device (phone/tablet) which can be run in the Android emulator for simulation.

Android Virtual Device (AVD), is a virtual instance of the target device (phone/tablet) which can be run in the Android emulator for simulation.

AVD supports various CPU architectures and Android API levels, emulating the necessary instruction sets. It supports some hardware like external SD card, camera that can be emulated using webcam and keyboard that can be emulated using both on screen and physical workstation keyboard. Some other hardware sensors can be emulated on AVD by using SensorSimulator.

Developer can have multiple AVD on the desktop. While AVD is not a complete replacement for testing on a physical phone, a physical phone is also not a complete replacement for AVD as AVD allows to test under various architectures , APIs and screen sizes.

Developers can use avdmanager to create or delete AVDs or manage them through Android Studio. There are several commands and options to manage and edit AVD settings here.

2618 questions
1
vote
1 answer

Error Run Android First Program

I have Windows 7. I installed Android Studio Bundle it works but the problem is that when I Create run the first program, it shows this error: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is…
Nitin
  • 25
  • 2
  • 7
1
vote
5 answers

Android studio 1.x AVD not running?

I'm a newbie android developer ,since i upgraded to Andoid Studio 1.x from beta ,things became a lot easy , creating the AVD and managing SDK is managed better by the IDE now , I used the Default Nexus 5 config to setup an AVD,however can you please…
Sainath S.R
  • 3,074
  • 9
  • 41
  • 72
1
vote
1 answer

AVD doesn't boot. Stuck on "Android" logo

My virtual machine of a Nexus 5 with Google API 21 System image x86 does not boot up. This is the logcat output from the machine. It is a loop, so I post only a part of it. This is the most relevant part, in my honest opinion. I think that is the…
Matteo Gaggiano
  • 1,254
  • 15
  • 28
1
vote
2 answers

Android Studio Emulator Show Error

I Use the latest version of Android Studio (Ver1.0.1 - 11 December 2014) When I try to run the emulator, I got this Error : emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and…
1
vote
1 answer

Error in launching AVD on Windows 7 Android studio

I am trying to start emulator on newly installed Android Studio but I am getting following error: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration…
1
vote
3 answers

My android virtual device doesnt recognize when I update my code

My problem is that my Android Virtual Device (AVD) doesnt update when I update my code. For instance, I run the AVD with my first code. Then I make some changes in the code (removing stuff and adding stuff). But still, the things that are shown on…
knixer
  • 13
  • 5
1
vote
1 answer

Error Comes when try to create AVD : “This AVD may not work unless you install…first”?

I am trying to create AVD for Android 5.0.1 with Google API. but it gives me warnings This AVD may not work unless you install the Google APIs ARM (armeabi-v7a) system image for Android 5.0.1 (API 21) first. i have installed that images but still…
Mansi
  • 1,939
  • 4
  • 22
  • 40
1
vote
0 answers

Android AVD Manager Linux, Error: No space left on device Error: AVD not created

I am running android-sdk-linux on my kali linux KDE Laptop which is having a problem when trying to create an avd when I use the GUI or the AVD Manager it says no space left on device and when trying to use command line it says Error: No space left…
user4241209
1
vote
0 answers

Creating new AVD for the newly built android system image

I have built android lollipop code and i have generated the system image. I would like to run this in a emulator on a different machine where android sdk latest version is installed. According to this link I tried creating a new avd. And i tried…
1
vote
3 answers

Not able to start AVD in Android studio

I am new to the android world, I am starting Clicking run button to start the AVD but nothing is happening. If I am clicking Debug option then the AVD i have created does not show in the running device option. In console this is shown …
1
vote
1 answer

AVD won't start up

I created a simple Android app in Eclipse ADT, just a simple Hello World. The IDE I am using was downloaded from the Android web site, seems it's based on Eclipse Juno and has the ADT plugin. My OS is Windows 7, 64 bit. OK, then I created an AVD in…
peter.petrov
  • 38,363
  • 16
  • 94
  • 159
1
vote
1 answer

NetBeans unable to connect to Android Emulator AVD

i use NetBeans to develop an HTML5 cordova-based android app. Netbeans and android SDK is installed on an linux Workstation - Ubuntu 14.04 (x64). For that, I like to run the app insight an existing (and running) android emulator (AVD). The AVD works…
The Bndr
  • 13,204
  • 16
  • 68
  • 107
1
vote
3 answers

Android Virtual Device not running

my avd is not running on eclipse. sometimes it says, haxm is not installed. sometimes just a black screen appears and nothing happens. why is this happening? i tried to reinstall but nothing happened. but it was working few days ago and suddenly…
Sudip Biswas
  • 77
  • 2
  • 6
1
vote
0 answers

emulator window was out of view and was recentered (Cordova)

i was following a tutorial to install Cordova. Installation was completed successfully without any errors. I created an android virtual machine, but when i tried to run it, it started showing an error emulator window was out of view and was…
Kanav
  • 2,695
  • 8
  • 34
  • 56
1
vote
1 answer

When should I use host gpu versus snapshot in a virtual device using the avd?

I wonder which one to choose if I just want to use the virtual device for educational purposes, namely to learn to use them for testing and debugging my apps. Is there performance differences? Or just usage differences?