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

SDL init failure, reason is: No available video device in ubuntu 12.04 LTS

I recently upgraded my ubuntu 10.04 LTS to ubuntu 12.04 LTS. AVD stopped working afterwards in my eclipse. ERROR message: [2012-10-03 16:16:11 - xyzapp] Android Launch! [2012-10-03 16:16:11 - xyzapp] adb is running normally. [2012-10-03 16:16:11 -…
aspdeepak
  • 2,640
  • 2
  • 32
  • 37
1
vote
0 answers

how would you change Android AVD setting to make the emulator smooth as on the real android devices?

Possible Duplicate: Slow Android emulator this is my setting: Name = JellyBean_x86, Target = Android 4.1 - API Level 16, CPU/ABI = Intel Atom (x86), SD Card = 2048 MB, Snapshot enabled, Skin = WVGA800, Abstracted LCD density = 240, Max VM…
Hendra Anggrian
  • 5,780
  • 13
  • 57
  • 97
1
vote
0 answers

make android apps with button to external links

I want to make a button that links to websites like google.com. I used jquery mobile + eclipse and tried with this Google, it works fine in android virtual device, but when i transferred the app (apk file) to my phone, it doesn't work that way. It…
1
vote
1 answer

logcat displaying excessive delay setting brightness

i created a simple android app in eclipse and and am running it on an emulator. its really slow and when i checked logcat i saw a couple of 'excessive delay' lines. EDIT: to clarify, the app does run and displays the intended 'Enter a message sir'.…
user571099
  • 1,491
  • 6
  • 24
  • 42
1
vote
3 answers

how to test android applications?

how to test android applications? I configured AVD emulator, the tests are no errors but when I run on the tablet - at the start of the application - exits with an error. I do not know what to do
Max Usanin
  • 2,479
  • 6
  • 40
  • 70
1
vote
1 answer

Android AVD + Eclipse: How to remove a directory from Android File Explorer?

I'm using eclipse to run developing apk. I can delete file that apk created into from mnt/sdcard- But i'm not able to delete create folders. The red minus icon is grayed and disabled when I click on a folder, but it's enabled and red when i click on…
realtebo
  • 23,922
  • 37
  • 112
  • 189
1
vote
1 answer

App crash in eclipse

I am new in android app development & I have installed: Android SDK tools Rev 20.0.3 Android SDK tools Rev 20.0.3 Android SDK Platform-tools Rev 3 Android 2.3.3(API 10) sdk platform rev 2 samples for sdk api 10 rev 1 ADT Plugin 20.0.3 When I…
1
vote
2 answers

Missing AVDs during debug in Eclipse

I'm developing a widget with the following Sdk settings in AndroidManifest.xml: I've defined some devices with android 4.0.3 (Intel), some with 2.3.3 (both Arm and Intel)…
Gianni Costanzi
  • 6,054
  • 11
  • 48
  • 74
1
vote
4 answers

How to create New Android Virtual Device (AVD) on Mac?

I am using android-sdk-macosx to download from the internet, then installed Android SDK 2.2 and 2.1 successfully, then I tried to create new AVD on mac, but I don't have any idea about how to create AVD. I tried this below mentioned for your…
SampathKumar
  • 2,525
  • 8
  • 47
  • 82
1
vote
1 answer

developer.android.com My First Android App | Stopped Error

i tried to run my first android application but i could not execute it. i followed instructions step by step from developer.android.com . I used only Copy and Paste for codes. But when i try to run my app AVD is giving error "Unfortunately, My First…
1
vote
2 answers

How do I build and run on a physical Android device?

I have a Samsung Galaxy Nexus LTE for Verizon I downloaded the latest Android SDK and eclipse (JUNO) and the Android Plug-In for Eclipse (JUNO). However when I click RUN, eclipse doesn't or can't find the device. When I try to run it with AVD. This…
Cocoa Dev
  • 9,361
  • 31
  • 109
  • 177
1
vote
3 answers

Unauthorized Caller Error

I am stuck writing some code that uses reflection that calls IConnectivityManager.startLegacyVpn The error I get is java.lang.SecurityException: Unauthorized Caller Looking through the android source I see this is the code hanging me up: if…
1
vote
2 answers

How do you point an eclipse project to a specific AVD?

I've looked at the android documentation, there is nothing about changing which virtual device any one project uses.
ceptno
  • 687
  • 2
  • 6
  • 28
1
vote
2 answers

Android emulator Internet connection in my application

I have a problem with my android emulator on my mac. I can use the browser and load websites so there is an internet connection in my AVD. My application can't connect to the internet, I am aware of the manifest configuration and I have set the…
Omri
  • 385
  • 1
  • 3
  • 9
1
vote
1 answer

How to run multiple android emulators?

I just started learning the Android SDK and I'm trying to run another emulator via command line. When I run the command: android emulator -avd sender from C:\Program Files\Android\android-sdk\tools, I get the following error. Error: Expected…
thedeepfield
  • 6,138
  • 25
  • 72
  • 107
1 2 3
99
100