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

Eclipse can't create new AVD

Trying to create a new AVD specifically for Android 2.3.3 Gingerbread. I've cloned a device based on the 3.7" FWVGA slider as indicated by this image This shows up in the "Device Definitions" tab When I get to the "Create new Android Virtual…
TheNotoriousWMB
  • 139
  • 2
  • 11
1
vote
1 answer

Can not create New AVD in eclipse

I installed android eclipse on a new machine. I am not able to create a new AVD. The new AVD does not show up after I enter all details to create a new AVD and click OK. For your reference I am attaching create Avd window and updated sdk window.…
1
vote
0 answers

new AVD can't click on OK button, not system image

I have installed the android sdk 2.2, 4.2, 4.1.2 and the system images as well. However, I can't click on the OK button. It is visible, but when I click on it nothing happens. And I can't add an image, cause don't have 10 reputations, so uploaded…
Susu
  • 173
  • 1
  • 1
  • 7
1
vote
0 answers

Android AVD, CPU/ABI for x86 is missing

I have my Intel x86 image installed in my SDK. I am currently running API 19. Previously, I was able to create and work with a Virtual Device running the x86 System Image. Everything worked fine until a couple of days back. I usually prefer to test…
1
vote
1 answer

HTC One offline in Eclipse Android device chooser

In Android Device chooser, it shows AVD name: N/A , Target: unknown , state: offline. Any idea? I'm using the latest Eclipse and ADT. HTC is running on android 4.3.
1
vote
2 answers

Unable to create AVD in Eclipse - clicking OK does nothing

I'm trying to create my first AVD in Eclipse and I follow the directions I've seen online, but when I click OK nothing happens. OK is enabled, but clicking does nothing. Any ideas? I added another example.
1
vote
1 answer

Where does Android emulator store Password?

I want see emulator password and save in a text file with adb. I read this question but i can't find correct folder in DDMS, Please help me. what command i need to do this work?
mehrdad eilbeygi
  • 133
  • 1
  • 15
1
vote
0 answers

How to find and removed password with adb

I run avd in eclipse and i set a password for avd. I want find and remove the password with avd. I saw this link and all description is about real phone but i doesn't worked in avd. Did i need another things?
mehrdad eilbeygi
  • 133
  • 1
  • 15
1
vote
0 answers

Linux ADT Android Virtual Device startup issue

I'm running a version of Android Development Tools (ADT) on Fedora 19. I had issues with Eclipse stalling on building the workspace - fixed that. Now, starting an android virtual device prompts this error: >Starting emulator for AVD…
GBM
  • 63
  • 1
  • 5
1
vote
1 answer

SMS Receive intent not firing on Real Device, but is on AVD

I have searched and searched, and can't find the answer on this one. I'm trying to do a simple SMS intent filter, and it works great when I run it on an AVD, but as soon as I debug on an actual device, the receiver never fires. I have modified my…
1
vote
1 answer

Socket Programming in AVD

In this site use socket for send message to the server. I haven't any Error in this project but I doesn't work and don't show nothings in avd, help me to run it. I think the port number or IP number is false and don't know what number is…
mehrdad eilbeygi
  • 133
  • 1
  • 15
1
vote
0 answers

This avd may not work unless you install the x86 system image for Android 3.2 (API 13)first

I am using Ubuntu 12.04 and trying to create AVD for Google TV, but getting: This avd may not work unless you install the x86 system image for Android 3.2 (API 13)first using Eclipse ADT
Sun
  • 6,768
  • 25
  • 76
  • 131
1
vote
1 answer

'unfortunately launcher has stopped' in screen resolution 240x240 of Android 4.2.2 Emulator

In Android avd emulator, When i generate the Android AVD of screen resolution 240x240 in Android 4.2.2,it can enter the main screen on booting. But when i click "app list" to browser all apps,it show failure message "unfortunately launcher has…
DanielHsu
  • 115
  • 4
  • 10
1
vote
4 answers

Android: No compatible targets were found yet AVD available

When I Run As > Android Application I get the "No compatible targets were found" dialog box. The Log says: Failed to find an AVD compatible with target 'Google APIs'. The Manifest states:
Snowcrash
  • 80,579
  • 89
  • 266
  • 376
1
vote
1 answer

Testing simple Android chat messenger

I'm developing a simple chat messenger in android for my assignment. I need to run 2 AVD emulators to test my app. But it seems Android doesn't provide enough flexibility for network environment for AVDs. Could you please help me out how to run 2…
Twin
  • 45
  • 7