Questions tagged [avd]

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.

2467 questions
682
votes
19 answers

Error in launching AVD with AMD processor

I have Windows 8.1 pro with an AMD processor. I installed the Android SDK and Eclipse. It works but the problem is that when I Create AVD and launch it shows this error: emulator: ERROR: x86 emulation currently requires hardware acceleration! …
Jitesh Gaikwad
  • 6,939
  • 3
  • 9
  • 3
425
votes
71 answers

Android Studio doesn't see device

The AVD Manager in Android Studio doesn't show my device but adb devices does show it. Am I missing something obvious here?
amnesyc
  • 4,464
  • 4
  • 15
  • 17
352
votes
7 answers

How to create an AVD for Android 4.0

Android 4.0 is now released. I have just updated my ADT plugin and downloaded the 4.0 SDK. But when I try to create an AVD for Android 4.0, Eclipse tells me 'Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder'. I found…
chengbo
  • 5,659
  • 4
  • 24
  • 39
348
votes
10 answers

How do you install Google frameworks (Play, Accounts, etc.) on a Genymotion virtual device?

I'm currently trying out Genymotion and boy, it's so much faster than the ADT emulator. But I need to install Google Play to download some apps into it. How do I do this?
radj
  • 4,281
  • 6
  • 22
  • 39
308
votes
16 answers

Running the new Intel emulator for Android

Lately Google and Intel have published a new way to run the emulator, which should work much better than the previous version (which has emulated ARM CPU). Here are some links about it: this and this. However, after installing the new components and…
android developer
  • 106,412
  • 122
  • 641
  • 1,128
286
votes
34 answers

Run AVD Emulator without Android Studio

is there a way to run the emulator without starting the Android Studio first. Perhaps from the command line. I know that this feature was available in older versions and has vanished since then. But perhaps someone found out how to do it anyways?
HHeckner
  • 3,644
  • 4
  • 18
  • 26
207
votes
12 answers

Is there a way to automate the android sdk installation?

Now I have to download and install the Android SDK and AVD Manager, and then install the APIs, tools through the UI. Is there a way to automate this process?
dongshengcn
  • 6,234
  • 7
  • 32
  • 44
207
votes
21 answers

Possible to change where Android Virtual Devices are saved?

I've set up the Android SDK and Eclipse on my machine running Windows XP and AVDs (Android Virtual Devices) are saved to "Documents and Settings\user\.android" by default. Is there any way to change this behavior? I have all of the other…
primehunter326
  • 2,342
  • 3
  • 16
  • 13
185
votes
22 answers

Emulator error: This AVD's configuration is missing a kernel file

This problem was discovered when I tried to run the Android emulator in Eclipse. Can't figure out what happened. I searched online for the solution, but it seemed to be vague and I don't understand clearly. I was following the steps to install the…
shoujo_sm
  • 3,103
  • 4
  • 33
  • 57
168
votes
20 answers

How to increase storage for Android Emulator? (INSTALL_FAILED_INSUFFICIENT_STORAGE)

I get this sometimes(not often) for one of my projects, couple of classes only Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE How do I increase emulator's storage?
Pentium10
  • 190,605
  • 114
  • 394
  • 474
161
votes
3 answers

How to rotate portrait/landscape Android emulator?

I am new to Android development. I know if you change a android phone from portrait to landscape sometimes the app relays its self out on the screen.. so how do I simulate rotating a phone with the emulator? On the Blackberry emulators there's a…
Bex
  • 4,738
  • 10
  • 45
  • 82
151
votes
20 answers

Android - Emulator in landscape mode, screen does not rotate

When I switch to landscape mode (NUMPAD 7 or CTRL+F11) the emulator rotates the screen to landscape orientation but the Android OS and none of the apps rotate. So everything is sitting sideways. Is there something in the AVD configuration that needs…
Jake Wilson
  • 78,902
  • 83
  • 230
  • 344
140
votes
10 answers

Is Google Play Store supported in avd emulators?

After googling quite a bit I am unable to find the answer to this question. Is google play store officially support in avd emulators. I know it was once stopped , then I hear that it was brought back after specific version of android. I am using…
Utsav Gupta
  • 2,925
  • 5
  • 25
  • 48
137
votes
31 answers

Cannot launch AVD in emulator:QT library not found

I am new to Android Studio and I am having problems while using the emulator. When I try to run it keeps crashing saying: "Cannot launch AVD in emulator" [6816]:ERROR:./android/qt/qt_setup.cpp:28:Qt library not found at …
Jay
  • 1,371
  • 2
  • 7
  • 4
125
votes
3 answers

Is there a repo where you can download android virtual devices?

Does anyone know, if vendors provide or if there is a site where one could download AVD profiles for existing android devices on the market so you can run your apps in the emulator and basically see how they will run on said devices? I know it's…
thepearson
  • 2,118
  • 3
  • 17
  • 24
1
2 3
99 100