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

Android x86 Image emulator does not launch without HAX (SDK Tools v.23)

Since i've updated to Android SDK Tools v.23, the AVD manager isn't allowing me to launch the emulator. "emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU…
LEE
  • 3,335
  • 8
  • 40
  • 70
1
vote
1 answer

Testing Voice Recognition App ~ Audio Out to Mic In Adapter

I'm developing an Android voice recognition app for my master thesis. The app comes with different algorithms that transcribe voice. To test which of them works best I want to feed the devices microphone with the same speech sample over and over…
marfnk
  • 306
  • 2
  • 10
1
vote
1 answer

adb -d forward tcp:5601 tcp:5601 fails to bundle AVDs of a phone and a wearable

I try to connect two AVDs. One ist a L-Preview Phone device and one is a wearable device. I get twice the log message that no device was found. ➜ platform-tools ./adb devices List of devices attached emulator-5556 …
Tobonaut
  • 2,245
  • 2
  • 26
  • 39
1
vote
0 answers

Alarm BroadcastReceiver doesn't work on real devices

I have an alarm in my Android app that work in AVD correct. But it doesn't work in real devices. What's wrong here? And that's my BroadcastReceiver: package com.junglesofts.maraudersmap; import android.app.AlarmManager; import…
Arma
  • 152
  • 1
  • 12
1
vote
1 answer

How to fix my AVD in Eclipse ADT?

I have been using Eclipse ADT for a while, but recently I deleted it and downloaded it again, and this time when I create AVD, it's not working. So I tried to find a solution and I saw that I should go to sdk > extras > intel >…
Zee E.
  • 849
  • 1
  • 9
  • 9
1
vote
0 answers

Large Screen for Android Virtual Device

Hi all I want to design a widget for Samsung Galaxy S5 and this widget dimension is 4x5 cell. I download the Sony Add-on SDK 3.0 for AVD but find out that it only support 4x4 cell. So my question is there any solution can let me create a 4x5 cell…
DragonZelda
  • 168
  • 1
  • 2
  • 12
1
vote
1 answer

Android AVD won't start

Eclipse Kepler Debian 7.6 Android SDK R23.0.2 ( ~/android/tools/android ) After configuring an AVD thru the command line ~/android/tools/android avd When I try to start it, the programme exits providing the log bellow and the AVD is not…
Emmanuel BRUNET
  • 1,286
  • 3
  • 19
  • 46
1
vote
2 answers

Android Emulator not working on AMD

When I am starting the AVD from Android Studio, it shows a black blank screen for a LONG time and I do not see the home screen. I looked at a couple of Stack Overflow posts (Virtual Machine Acceleration for Android Emulator and Android emulator…
1
vote
1 answer

EGL No suitable configuration found that matches the minimum critera

I am building a Unity project as an APK and attempting to run it on a Galaxy Nexus AVD. It always crashes immediately after being opened without displaying anything. A quick look at logcat shows the error: [EGL] No suitable configuration found that…
1
vote
0 answers

Android emulator crash on launch

I'm new to Android development but I have some experience with html,css,php,java,processing.(no experience with console) I installed all packages and emulator and started doing the developer training build your first app (…
1
vote
0 answers

Cannot create a new device in AVD Device Definitions

I am using Ubuntu Linux machine when code Android applications. When I start the AVD and want to create a custom Device Definition, nothing happens when I click on the "Create Device" button. I remember this was possible in the past, but at some…
sandalone
  • 41,141
  • 63
  • 222
  • 338
1
vote
1 answer

Android Studio Emulator seems incomplete?

I have installed the latest Version of Android Studio. Now I like to set up an Emulator. I had used the SDK Manager to load the Intel Atom Image, and set up an AVD. I think I have done this like in all other Examples but if I start the Emulator, all…
1
vote
2 answers

Issue with geny motion in android studio. can't get Virtual device to appear in AVD manager

first I create Motorola moto X vitual device tageting API 4.2.2 in android. this device was created successfully in geny motion. I then run this virtual device to see if it is operating correctly. Once started I keep getting this error message…
filthy_wizard
  • 740
  • 11
  • 25
1
vote
1 answer

Failed to create a new AVD?

As shown in the above image, all the necessary information have been filled but however the "OK" button is still disabled for me to proceed? May I know which part is going wrong?
SuicideSheep
  • 5,260
  • 19
  • 64
  • 117
1
vote
0 answers

Any new solution to Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]?

Does anyone have any other suggestions regarding the Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] error? I tried writing to external but I get the same error or media not found error. - Solution to INSTALL_FAILED_INSUFFICIENT_STORAGE error on…