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

Std AVD and GenyMotion behave differently

An app developed using standard AVD via Eclipse works just fine. I just installed GenyMotion and the app throws an NPE on a line that does not bother std AVD. Difficult to believe that this would occur, but it does. The code line gets a reference…
1
vote
0 answers

Android Studio AVD Emulator non-watch error

I am trying my hand at developing simple apps with the Android Studio and I cannot seem to run even the default app with a blank activity containing the string "Hello World". When I try and run a device on a running Emulator, it gives me an error…
Mac
  • 15
  • 3
1
vote
1 answer

I can't launch an application with AVD (No Launcher activity found!)

So, I've been searching for 2 hours, and I still don't find an answer to my problem. I run my android project (Eclipse Luna) with the AVD, the emulator works but here are the logs: Android Launch! adb is running normally. No Launcher activity…
Cromm
  • 328
  • 6
  • 25
1
vote
0 answers

error in creating AVD android 4.4.2

I've created successfully AVD for Nexus one. but After the creation , I get an error below the windows , saying: A repairable Andorid Virtual Device.... when I run the application - it does run ,but I cannot see the device buttons in the…
Tamir Moav
  • 21
  • 1
  • 4
1
vote
1 answer

How do I get an Android emulator running API 14 (or API 15)?

I want to quickly smoke test my soon to be released Android app update as functional on API 14 and/or 15. Previously to test on Ice Cream Sandwich, I had a physical device to validate my code on, but I don't have it anymore. I'm building with a…
selbie
  • 100,020
  • 15
  • 103
  • 173
1
vote
2 answers

geo in Intent is not working in the Android app

I am simply trying to load the Maps application in my app but it always get closed with a message, Unfortunately, the app has stopped. I have searched other stackoverflow answers as well, but not getting it that why this is getting forced close…
1
vote
1 answer

AVD Missing Google Play Services

Though I am running 4.2.2 Android emulator I keep getting the error - This app won't run without Google Play services, which are missing from your tablet. Here is my AVD configuration. I tried to Get Google Play services from the emulator but it…
1
vote
1 answer

how do you create a large-hdpi AVD?

i've got Eclipse 3.7.2 and Android plugin v23.0.2.1259578 what settings to i have to give in order to create an emulator that will pick up resources from res/layout-large-hdpi
user1126515
  • 1,133
  • 3
  • 17
  • 34
1
vote
2 answers

Android Studio Device Manager Screenshot Failing

I'm trying to take a screenshot with from a AVD on Android Studio but every time I do I get error messages from and Android Device Monitor. The log message is attached. I can post full log if needed. I've tried on three different AVD's now and the…
Flatlyn
  • 2,040
  • 6
  • 40
  • 69
1
vote
3 answers

android studio my helloWorld project has stopped

I just instilled Android Studio and when I run the sample project hello world in the emulator it gives me my project has stopped and it doesn't work myActivity.java package b3du.im.myapplication; import…
user3898539
1
vote
0 answers

finish() and back button not working on my mobile and working fine in AVD

I have 2 activities. From the main activity I call the second one with startActivityForResult. On the second one I have a button that calls the camera to take a photo and save it in the SD with startActivityForResult. The problem i have is that when…
1
vote
1 answer

How to create AVD for lower api in android ADT bundle?

I am using ADT bundle to create android apps. I am only able to create AVD with api level 19. I want to create AVD with lower api, say api 10 and test the app. I guess system-images of lower api has to be installed to created AVD with lower api. In…
user3293494
  • 609
  • 1
  • 9
  • 21
1
vote
0 answers

PANIC: Could not open: Device in ubuntu android studio?

I am new to android Studio(Linux). I referred lot regarding this issue but without luck. I created the avd from avd manager. When i try to start the emulator, It gives the following error. Waiting for…
1
vote
0 answers

AVD Manager doesnt respond in IntelliJ IDEA

I tried opening AVD manager (tools-> android -> avd manager). But AVD manager is not responding. I tried setting the java_home environment variables,then restarting the IDE.. Still its not working. Any idea on how to resolve this issue?? Iam using…
1
vote
3 answers

How to open the Android SDK and AVD Manager together

I am trying to install the Samsung GALAXY Tab Emulator for Eclipse but I can't find the "Android SDK and AVD Manager". I can only find them individually: I can't see any options on either the AVD or the SDK manager that lets me install the…
SaturnsEye
  • 6,297
  • 10
  • 46
  • 62