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

How to run my android app in my huawei honor(Hol-U19) Mobile?

I need to run my android app in my huawei honor Hol-U19(6999 rs) mobile, but it is not detecting when i tried to run my app in this device.Already i tried so many ways and tried to install several software related to hauwei poratal.It is detecting…
venki
  • 77
  • 2
  • 10
1
vote
1 answer

Android Virtual Device detects wrong screen size

I have been working with programmatic layout in Android Studio and i have a problem: AVD always uses normal layout even if i use Nexus 7 which has "large" screen as its property it is not code problem, since when i plug in my tablet it uses large…
Ablomis
  • 157
  • 1
  • 1
  • 6
1
vote
2 answers

Error about hardware acceleration while loading AVD

I installed Android studio in my windows 7 OS and it doesn't allow me to load AVDs. It shows this error. emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU…
PrazSam
  • 1,166
  • 2
  • 12
  • 20
1
vote
0 answers

change the location of android virtual devices

Ive tried all the possible ways I have come across to change the location of where the avds are located, but nothing. The location in preferences is spot on and no matter what, the location stays the same. Ive also added a new path and restarted…
mcbentz
  • 11
  • 2
1
vote
3 answers

How many AVDs do I need?

How many AVDs do I need to properly test all layouts? I tried using the stock Google nexus devices but many of the different layouts were tested on the same device. What devices should I use so each layout has an appropriate device? Also, what is…
Rand
  • 1,653
  • 2
  • 12
  • 15
1
vote
0 answers

Unable to add Android Virtual Device in Qt Creator?

I am trying to develop an Android app with Qt and Qt Creator for the first time on Windows 7. Everything worked quite well, but I am running into one issue I cannot work around for Android. I have followed all the getting started steps as outlined…
Carson Liu
  • 11
  • 2
1
vote
0 answers

Android Studio: emulator: warning: opening audio input failed creating window 61 83 462 820

I am getting this error everytime I try to launch my AVD: emulator: warning: opening audio input failed creating window 61 83 462 820 Have tried, editing, deleting, and modifying my devices and also re-installed Android Studio. Also, started from…
1
vote
1 answer

PANIC: System call looped around EINTR 100 times

When running the android emulator, I always get the following error message before the emulator process is killed. PANIC: .//android/sockets.c:1002:int socket_recvfrom(int, void *, int, SockAddress *): System call looped around EINTR 100 times:…
EVR
  • 346
  • 2
  • 7
1
vote
1 answer

Running Android 5.0.1 x86 virtual device with host GPU disabled

I am working on automating screenshots capture for one of my apps. Since I want to capture screenshots of some activities and widgets that differ according to the system locale, I start for each desired language a new Android virtual device…
Laurent
  • 14,122
  • 13
  • 57
  • 89
1
vote
0 answers

AVD not getting started in Android Studio

I am trying to run a simple project in Android Studio. But the AVD is not getting started. It shows just: emulator: device fd:544 HAX is working and emulator runs in fast virt mode emulator: warning: opening audio input failed According to this…
Anil Bhaskar
  • 3,718
  • 4
  • 33
  • 51
1
vote
1 answer

.apk will not install on AVD. Manifest not updating?

So I've built this simple app as part of a self guided learn android class I'm taking. And it worked fine up until I made some changes to the Java file and then tried to reinstall and launch again. From the research I've done I think it has…
1
vote
1 answer

avd crashes when audio played from raw

I have been working on a blackjack game lately, and I had the program running smoothly until I started integrating audio from my raw folder into my project. now, It crashes every time I run the app. I have been trying to solve this for about a week…
1
vote
1 answer

SelendroidException: No android virtual devices were found

I am trying to setup Selendroid in my system. I have set up ANDROID_HOME,JAVA_HOME and installed android virtual device. C:\Users\sai>echo %ANDROID_HOME% C:\Android\android-sdk C:\Users\sai>echo…
Sai Upadhyayula
  • 2,404
  • 3
  • 23
  • 35
1
vote
1 answer

android virtual device does not launch the emulator and gives error in android studio

i am new to android development i have installed android studio 1.01. sdk and avd managers work fine but when i want to launch my virtual device it gave me this error: C:\Users\-----\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none…
Babak Gohardani
  • 155
  • 1
  • 5
  • 17
1
vote
0 answers

Android Virtual Device remains black after starting

This is my first question here in stackoverflow. I am new to android development. I am watching some tutorial videos so i can learn. Well i created one AVD with android 5.0.1. Through the tutorials i created one simple app that add or subtract. When…
Diakos
  • 37
  • 6