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

How to use a personal Android virtual device in Titanium Studio?

I created a virtual device with the AVD manager that emulates a 10.1 inches tablet with Android 2.3.3 with armeabi architecture. I named it titanium_7_WXGA800_armeabi hoping that naming it like that would trigger Titanium Studio to recognize it in…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
1
vote
0 answers

Android: A resource was acquired at attached stack trace but never released

I am following the Google tutorial to learn MapsAPI integration in Android. I have followed it through to step 9 where I compile the first part of the project, unfortunately the launch fails (inside an AVD) and this is the error (red) part in…
Stephen Murby
  • 1,407
  • 3
  • 17
  • 37
1
vote
1 answer

Reason for AVD not beeing compatible with project

When Im starting my AVD emulator from within Android studio the list of devices in the emuator shows that some of my devices are not compatible with the current project. It doesn´t show what is not compatible. Is there any way to get to know…
Einar Sundgren
  • 4,325
  • 9
  • 40
  • 59
1
vote
1 answer

My android emulator doesnt launch

I installed the Android Development Tool and created my first app but when I run the app, the emulator doesnt launch.The console reads: [2013-06-18 14:36:57 - MyFirstApp] Android Launch! [2013-06-18 14:36:57 - MyFirstApp] adb is running…
Marie
  • 21
  • 2
1
vote
0 answers

Fastest android version to emulate for jqm+cordova development?

i'm having some debug speed problems due to my pc low specs, I've noticed that emulating some android versions run faster than anothers, I searched for this but i can only find performance tips about cpu speed/other enhancments, but nothing about…
1
vote
0 answers

Android Virtual Device Created from SDK 22 occupies whole screen

I am using SDK 22.0.1 , and I created a virtual device with the specification listed below. I observed that devices created via SDK 22 need to select a Device and then API Level. I selected Device as 4.7" WXGA and API 15 but AVD created as a result…
1
vote
1 answer

Eclipse 4.2.1 - Avd running but not receiving app

Eclipse is in another hard drive (e:). While avd are in c:/Users/Myname/Android. Problem is that when I run as android application, nothing happens, though the emulator is running. The app is working on the physical phone. I've read several answers,…
Muteking
  • 1,465
  • 5
  • 18
  • 31
1
vote
2 answers

Graphics Acceleration Enable: No “Hardware Section” in AVD

I want to have graphics acceleration enabled for my AVD and instructions say If you want to have graphics acceleration enabled by default for this AVD, in the Hardware section, click New, select GPU emulation and set the value to Yes. The problem is…
1
vote
2 answers

Windows 7 Android AVD emulator crashes on launch

I have installed the latest version of ADT (Android Developer Tools Build: v21.1.0-569685) and eclipse 3.8. I followed the instructions (http://developer.android.com/training/basics/firstapp/running-app.html#Emulator) to start the Hello World…
1
vote
2 answers

Connecting to Android Emulator using .NET C#

I am trying to connect to the Android Emulator using a TcpClient. The Emulator is Android 4.2.2 running on localhost:5554 which I start from AVD Manager. I am able to connect and to send 'power status discharging' command but after the second…
1
vote
2 answers

'Create new Android Virtual Device (AVD)' hangs after I click 'ok'

Here is where it hangs: I have installed the Android 4.0 API 14 ARM EABI v7a system image (along with everything else under 'Android 4.0 (API14)), this seems to be the most common problem but it's not the one that's causing my issues it…
meds
  • 21,699
  • 37
  • 163
  • 314
1
vote
0 answers

How to run an AVD with ext4?

I want to run an AVD with ext4 in the android emulator. After creating a new AVD and running it, /system, /data and /cache are always mounted with yaffs2. Is there a way to create an AVD with ext4? or: Can I change the file system after creating…
Tim Smith
  • 11
  • 1
1
vote
2 answers

Eclipse AVD doesnt work

Unfortunately I failted to start an AVD. In the two pictures you see; 1. My settings 2. The second (and last) screen after start. Can anyone please help me? :D
1
vote
2 answers

how to connect sony xperia sgpt121 tablet with eclipse on windows 7 x64?

i own a sony xperia tablet model sgpt121fr . i use eclipse and google sdk to develop android application, i already right success connected my smartphone sony to eclipse AVD. but my tablet is not recongnized by eclipse AVD. When i connected my…
nop60
  • 11
  • 1
  • 3
1
vote
0 answers

Android AVD Manager change density

I've installed the new android sdk, my question is how to change the density (for example 265)? In density menu there isn't a custom value.
shuttle1978
  • 123
  • 2
  • 12