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
5 answers

can't find android device in eclipse?

I am running android adt bundle in ubuntu and I am unable to connect my Sony Xperia S and run the applications on it. I saw these pages for setting up the hardware device.I have set up the udev rules ,as stated in the instructions and I have been…
pilot111
  • 125
  • 1
  • 9
1
vote
0 answers

Why is Android Virtual Device (AVD) so big

I'm running Windows 8.1 and currently use Eclipse Juno and all the latest SDK's. About 2 months ago I was able to run emulators at normal (decent size) size. Now, most (only 4.7" runs at good size if I set scale 0.5) emulators are way too big. …
jdp
  • 11
  • 2
1
vote
1 answer

Downloading maptile: /0/0/0 HTTP response: HTTP/1.1 403 Forbidden

Yesterday, I made my first Android-OpenStreetMap application with Eclipse and the AVD Emulator. I used Osmdroid library and everything worked fine. Map was show. The application was the most simple one, I just made what many tutorials recomend. Very…
1
vote
1 answer

AVD Error on Virtual Machine Hyper-V Windows Server 2008

I have installed Microsoft Windows 7 Ultimate Edition on Virtual Machine Hyper-V Windows Server 2008 Windows 7 Ultimate Edition Specifications RAM: 1.50 GB Processor: Intel Xeon 3.10 GHz System Type: 32bit After that I have installed Android…
UFFAN AHMED
  • 665
  • 2
  • 8
  • 25
1
vote
1 answer

Error while creating android AVD: (Permission denied) inside Ubuntu

I am beginner to program apps IOS and Android. I have Eclipse with Android SDK and AVD inside Ubuntu. When I launch android from the terminal. This call Android SDK Manager I open this question because the problem is when I create the device AVD. I…
1
vote
0 answers

Android Virtual Device -HAX is working and emulator runs in fast virt mode - qemu: could not load initial ram disk ''

I installed the Intel HAX for the AVD, everything's OK. I created a AVD with this characteristics [2014-01-15 21:47:41 - SDK Manager] Created AVD 'Galaxy' based on Android 4.1.2, Intel Atom (x86) processor, [2014-01-15 21:47:41 - SDK Manager] with…
Adan_SL
  • 348
  • 1
  • 5
  • 16
1
vote
2 answers

Unable to start Android 4.4 AVD

I guess the title is self explanatory. I created a AVD - Target - android-19 Device - 5.4" FWVGA Memory => RAM - 768 and VM Heap - 32 Internal Storage - 200 But I am not able to start it. I copied the platform/android-19 folder from another laptop…
yashdosi
  • 1,186
  • 1
  • 18
  • 40
1
vote
1 answer

Google Glass : Launch AVD Manager

I want to run the sample app of Google Glass. I am using the Eclipse environment. I have already downloaded SDK platform and Glass Development Kit - Sneak Peak. But when I try to launch the Android Virtual Device Manager and select target as Glass…
viedee
  • 1,647
  • 2
  • 10
  • 10
1
vote
3 answers

No EGLConfig found error even after enabling Host GPU emulation

I am trying to get this error off for hours. I am using AndEngine for game development. I do have enabled Host GPU, restarted eclipse as well as AVD many times, but this exception still pops up. I have tried changing emulator's CPU to both ARM and…
NightFury
  • 13,436
  • 6
  • 71
  • 120
1
vote
0 answers

Android 4.4.2 Intel (x86)-based emulator snapshot broken on Windows 7 x64: NAND: nand_dev_load_disk_state ftruncate failed: Invalid argument

When I try to load the Android 4.4.2 Intel-based AVD from snapshot, like so: It freezes, and the AVD manager shows the following exception: This is my AVD configuration: My OS: Windows 7 Pro x64 SP1, running on MacBook Pro late 2011 '15 (via Boot…
Konrad Jamrozik
  • 3,254
  • 5
  • 29
  • 59
1
vote
0 answers

Nook emulator on eclipse won't load (looping?)

I can't get the Nook emulator to actually start, it just gets caught in some kind of loop. Below is the logcat (this same pattern repeats over and over). Any thoughts? 12-14 03:09:08.784: D/dalvikvm(20852): GC_EXPLICIT freed 20K, 76% free…
Matt
  • 23
  • 1
  • 5
1
vote
1 answer

To move avd manager from user's profile

Hi all, The avd manager uses the user's profile directory to store AVD files. But my user profile has a size limitation and I am exceeding this limitation thanks to the simulator images. The ANDROID_SDK_HOME variable is pointing to…
Miguel Mas
  • 547
  • 2
  • 6
  • 23
1
vote
0 answers

Android avd tombstone disabled

after causing an app crash on the avd (virtual device emulation in adt), i've checked the /data/tombstones folder but it does not exist. Using the same avd on another computer the crash generates the tombstone file in /data/tombstones. Why mine…
idell
  • 107
  • 1
  • 2
  • 13
1
vote
1 answer

android emulator shows nothing while running by netbeans

I'm trying to run my first android hello world program, i already had setup Android SDK and install the required packages, then make a virtual devices using AVD Manager, then configuring android and sdk in netbeans7.4. I made a new regular android…
Refaat
  • 107
  • 1
  • 4
  • 13
1
vote
1 answer

App emulator crashes

Everytime I try to run the emulator it crashes. Here is the logCat I receive: 10-31 09:09:59.104: W/dalvikvm(1840): threadid=1: thread exiting with uncaught exception (group=0x414c4700) 10-31 09:09:59.453: E/AndroidRuntime(1840): FATAL EXCEPTION:…