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

Android emulator rotates but not its contents

I am following a tutorial to learn developing Android applications. (I'm using Netbeans instead of Eclipse, I don't believe this has anything to do with my problem though). The point is when I run the program and try to switch the AVD to landscape…
perevera
  • 41
  • 3
1
vote
1 answer

App runs fine on avd but not on actual device

I'm kind of new to android, actually this is my first app. The app is not completed through, i wanted to test the UI, it works fine on AVD, but when I copy the .apk file from bin folder to my phone, it installs fine, but wont work ends up with force…
1
vote
1 answer

How to create multiple sdcards for android emulator?

I need to test my app on a device with multiple sd cards. I couldn't find how to create secondary sd card on android emulators.
1
vote
1 answer

"Run as Android Application" doesn't work

I installed the ADT (Android Developer Tools) plugins for eclipse and directed it to the correct Android APK files. I also have Android Virtual Device set up. Nothing happens when I click "run as android application," but my AVD runs fine and is…
user3133300
  • 607
  • 4
  • 13
  • 23
1
vote
0 answers

Android Virtual Device metrics

I created an Android AVD, have a look at the below screen shot. When I pull metrics in debug I get the following specs. Height = 888 but should be 960, why?
Jason
  • 1,371
  • 4
  • 21
  • 44
1
vote
1 answer

Can't Create Android Virtual Device. OK Button disabled

I can't create a new AVD in Eclipse. I've tried doing it using the AVD Manager.exe (basically out of Eclipse) and as you can see I have CPU/ABI options yet no matter what I do the OK button is disabled
Nick Gilbert
  • 4,159
  • 8
  • 43
  • 90
1
vote
1 answer

Can't open AVD manager, but can run the project with emulator

I updated some points in SDK Manager in Eclipse (mac). But today when I press Window -> Android Virtual Device Manager, it can't open and I get this message (I get this message when I launch Android SDK Manager too, but after I press OK, SDK Manager…
Paul T.
  • 4,938
  • 7
  • 45
  • 93
1
vote
1 answer

AVD crashing directly after Android screen

I'm attempting to work with Phonegap/Cordova, following this tutorial: http://coenraets.org/blog/cordova-phonegap-3-tutorial/ However, when I attempt to run the AVD I have set up, it runs, gets to the Android screen on the emulator, and then…
1
vote
1 answer

How do I switch from Android AVD to real hardware on Mac Eclipse-SDK?

I am using Eclipse on Mac with Android SDK. I have the emulator working with my code and today I borrowed an Android that I would like to test on. I have run 'adb devices' from the command line, but I think the problem is more fundamental at the…
mobibob
  • 8,670
  • 20
  • 82
  • 131
1
vote
1 answer

Not able to find Kindle AVD option in Eclipse

I followed the guidelines from following URL: https://developer.amazon.com/sdk/fire/setup.html but I cannot find the kindle AVD or Kindle Devices in the list. I only get the option of Kindle Fire USB Driver which is for Windows. Any help will be…
Farooq Arshed
  • 1,984
  • 2
  • 17
  • 26
1
vote
0 answers

AVD Not working correctly

I've read the comment of Prashanth Sams in this question here. What's bothering me is that when i run my new AVD, it doesn't work now and it's all black. It was working way back when im still using ARM based AVDs. I'm using Eclipse IDe btw, and have…
1
vote
1 answer

Android virtual machine manager

I tried to emulate a Galaxy Nexus on eclipse using the AVMM, and yet the available android version was only limited to 4.4.4 only. What is causing the problem potentially?? Sreenshot My OS is Windows 7 Home Edition
1
vote
1 answer

Android Virtual Device, Pressed OK but No response for Mac.........help me

Android Virtual Device, Pressed OK but No response for Mac.........help me I am extremely frustrated~! When I set all the properties on Android Virtual Device Manager on eclipse (sdk 22.6). Then I press OK, but nothing happen..... I searched a lots…
1
vote
0 answers

Cannot create new android virtual device

I have this problem after it seems that the OK button is not working. I cannot click it for some reason. I have downloaded the system images as you can see (unfortunately I'm not allowed to paste some images sorry for that), selected the device…
LavG
  • 67
  • 7
1
vote
0 answers

unable to write jarlistcache file in android..?

I'm having 4 problems.. Right click>new android project>...... so ,and it generates some additional files with the application files.. "appcompat_v7" every time i try to open a new project it creates another "appcompat_v7_2" and so on..and im…