Android Virtual Device (AVD), is a virtual instance of the target device (phone/tablet) which can be run in the Android emulator for simulation.
0
votes
0answers
7 views
parseSdkContent failed java.lang.NullPointerException. after bsod
I got an error with Android SDK Content Loader
has encountered a problem. parseSdkContent failed java.lang.NullPointerException
After bsod.. I have tried to delete the avd folders and .ini files. ...
0
votes
0answers
36 views
Error Running Android Project in Intellij IDEA
When I run my android project in Intellij IDEA using an AVD I get this error
android-apt-compiler: Cannot run program "/Users/myAccount/Documents/android-sdk-macosx/platform-tools/aapt": error=2, No ...
0
votes
0answers
15 views
Eclipse can't see my Galaxy Y
Suddenly eclipse stopped recognize my Galaxy Young with Android 2.3.6. It's connected by usb, but when I run application, eclipse said
[2013-05-19 00:14:41 - MobManClient] ...
0
votes
1answer
41 views
Android - I don't get the output I want
I don't manage to get my emulator working, it shows the menu screen but it doesn't go through the screen with "your total is 0' and add button, substract button, I'm following that tutorial:
...
0
votes
2answers
30 views
The application is installed but not running or visible on virtual device
[2013-05-17 03:56:29 - beginner] Android Launch!
[2013-05-17 03:56:29 - beginner] adb is running normally.
[2013-05-17 03:56:29 - beginner] No Launcher activity found!
[2013-05-17 03:56:29 - beginner] ...
0
votes
2answers
228 views
Android Studio doesn't see device
The AVD manager in Android Studio doesn't show my device but "adb devices" does show it. Am I missing something obvious here?
-1
votes
3answers
30 views
Eclipse “Run Configuration” showing only one Emulator instead of two (Android) [closed]
I launched two emulators to send SMS on each other but whenever I go to "Run Configuration" to select emulators, it's showing only one running emulator.
Could you please tell me how to fix it?
Hope ...
0
votes
0answers
20 views
Avd for Samsung Galaxy S4 not working
I've created an avd compatible to Samsung Galaxy S4.
here is the details for that:-
1080 X 1920
API 14, Android 4.2
But when i try to run this emulator. It display nothing but a blank screen, seems ...
0
votes
2answers
41 views
How can i create avd for S4(1080X1920)
How can I create AVD for Samsung Galaxy S4 and in which layout will it comes large or normal?
While am I creating AVD it creating emulator in large-xxhdpi.
will you please suggest me. It's an urgent ...
0
votes
0answers
15 views
Emulator is not launching AVDs. I can see launch screen then nothing happens
I had eclipse juno with my installation of adt. it was working fine so until i had to shutdown emulator screen to shutdown my windows 7 laptop. I tried when i restarted and i had the error on eclipse:
...
0
votes
1answer
18 views
When creating new AVD, how do I get Eclipse to display the control bar?
I created a new custom AVD to simulate the Galaxy Camera, but I am not seeing any option to have the Eclipse layout IDE add the ICS (and >) Control bar (the one with the Home, Back, Menu buttons). The ...
0
votes
0answers
41 views
Android Eclipse Creating .android folder on Wrong Drive
I have an SSD as my C: with operating system on it etc. Also a large E: with most of my programs/storage on it. I first installed Eclipse on my E: but came across a lot of problems due to Eclipse ...
0
votes
1answer
20 views
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 ...
-3
votes
0answers
23 views
need suggestion regarding android AVD error [closed]
Android AVD is giving an error. But its still starting. below is the screen shot:
0
votes
1answer
18 views
Reading file from AVD sd card and displaying text view
I have a text file that has this information
Casino Canberra;21 Binara Street, Canberra ACT, 2601;Canberra Casino is a casino located in Civic in the central part of the Australian capital city of ...
0
votes
0answers
48 views
Android - can't start avd emulator
I have windows 8 64bit. Today I downloaded latest Android SDK 64bit (ADT boundle). I'm unpacked this boundle and I'm launched SDK Manager.exe to download needed packages.
List of downloaded packages:
...
0
votes
2answers
79 views
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 ...
0
votes
1answer
35 views
Failure to upload HellowWorld.apk to AVD, using IntelliJ
I'm trying to create and run a simple HelloWorld Android application using IntelliJ, but it fails to start - the AVD window displays but the application fails to load. Here's the output I receive:
...
0
votes
0answers
19 views
Android Virtual Device Emulate Camera with Static Image
i am currently trying to emulate on an AVD a static image!
In the settings there are the 2 options:
-use computer webcam
-emulate
When checking emulate there is this moving rectangle but I believe ...
0
votes
1answer
34 views
Invalid APK file while loading default app
I wanted to try to make an Android app, so i downloaded the entire dev pack. Everything seems to work fine, but when i try to launch the app (i haven't modified anything, it just has the default code ...
0
votes
0answers
24 views
Android 3rd Party Addon Repositories w/ ADT 21.1.0
I have seen around this site as well as the internet, that Samsung (and I am assuming other companies) have released virtual device libraries as a third party addon. I have been searching all over for ...
0
votes
0answers
39 views
Socket App Works on BlueStacks but crashes on AVD and phone
My application is socket server-client program, over a local wifi connection, wherein the server is written in C and the client is an android app.
I can successfully run the application on BlueStacks ...
0
votes
1answer
40 views
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 ...
0
votes
1answer
45 views
sd-card in android virtual device
I have created an Android virtual device with sd-card.
Now I want to create another Android virtual device with sd-card with same data.
Where can I find the sd-card image file?
By the way, I'm ...
0
votes
2answers
58 views
'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 ...
0
votes
1answer
50 views
why Google map api for android does not work on an AVD?
im developing a small android application where i want to display the google map in an avd (emulator)
im using android 2.3.3 and eclipse indigo
the code is correct but when i run i get an empty map
...
-1
votes
1answer
45 views
how to build a communication Android Eclipse? [closed]
I'm using android 2.3.3 and Eclipse Indigo
I'm working on a web project, one of the main functionality is to be able to get the location of and android user.
For example I'm a supervisor and I have ...
0
votes
1answer
28 views
AVD Manager: Cannot Create Android Virtual Device
The OK button is greyed out when I try and create a new AVD device. I have checked for updates and installed the ARM EABI v7a System Image (and the latter system images).
I cannot select a CPU/ABI.
...
0
votes
0answers
22 views
I can't get AVD to update when I make changes to the code
I can open the AVD and run the app, but it only runs an old version of the app, the one I used when I first ran it. It doesn't show any changes to the layout or functionality.
If I do make changes ...
0
votes
3answers
106 views
Android: AVD manager won't detect Byond B54 and Micromax phones as Virtual Device
I need to use my phone as emulator/target/virtual device when I run my application. I have enabled the USB Debugging in Settings.
What more do I need to do to make Eclipse AVD Manager to detect my ...
-1
votes
0answers
38 views
Does android API include google API itself
I was trying to use Google maps on an Android application and first faced to "Google Maps Android API V1" that needed "Google APIs add-on" as library and target base, Then I learned about "Google Maps ...
-2
votes
0answers
13 views
Unable to find a 'userdata.img' file when they exist [closed]
I keep getting this error when trying to create avds. The userdata.img files exist in the sdk. I am wondering if they are pointing to another location though.
I have tried redownloading and it ...
0
votes
0answers
37 views
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?
...
0
votes
1answer
79 views
I'm creating a service to read SMS messages, but when I run it I get an error
The error I get is "Unfortunately, service has stopped working", where service is the name of my app. The question is similar to my previous questions, but here I'm doing something completely ...
0
votes
0answers
74 views
“Window > Android SDK and AVD Manager” in Eclipse not showing
I'm using Ubuntu 10.04 LTS and i am trying to install the required bits for development. I have the SDK downloaded and unzipped to my home directory, I have Eclipse installed. The I set the SDK path ...
1
vote
2answers
36 views
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
0
votes
2answers
56 views
When I run my android app in the AVD it gives me an error
The AVD says "Unfortunately, Service has stopped", where service is the name of my app.
Please tell me where I went wrong. I have posted the code of the two files :
MainActivity.java:
public class ...
1
vote
2answers
187 views
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 ...
0
votes
0answers
37 views
Android AVD Manager change density
I've installed the new android sdk, my question is How to change the density (for example 265)?
http://i45.tinypic.com/2n1al1u.jpg
In density menu there isn't custum value.
...
-1
votes
2answers
79 views
Android Virtual Device Screen Shot(No WiFi) [closed]
I have developed an application which connects to devices on LAN and through Internet connection. It is complete and ready to be released. Previously I would just run the app on an AVD and take ...
0
votes
2answers
377 views
New Nexus 7 not appearing on Eclipse/AVD Manager (SOLVED! Thanks)
I am having trouble connecting a Nexus 7 to Eclipse... and really lost about what to do to get it running. OS of my Computer is Windows 7 64 Bit.
Another Nexus 7, exactly same android-version, but ...
4
votes
2answers
188 views
Android Virtual Device camera is not working despite I have chosen webcam as a source
I have Acer Aspire V3-571G which has integrated web camera in it. It is working I checked it.
1.In AVD setup I have chose Webcam0 as a source.
2.When started an emulator it asked me for selecting ...
0
votes
1answer
101 views
How to configure Android Emulator once SDK is installed
I am trying to get the Android emulator up and running on my 64-bit Ubuntu 12.04 distro. First, I had to install ia32-libs to get around some earlier issues that I had encountered on previous (failed) ...
0
votes
0answers
171 views
Using notebook's camera in android virtual device(unfortunately camera has stopped)
I wanted to use my laptop's webcam for AVD but after selecting video source by this menu:
I get message: unfortunately camera has stopped.
0
votes
3answers
80 views
Android emulator problems
My Android emulator is so slow it doesn't actually display any my Android work!I've left it for an hour and came back to find nothing. I'd really appreciate any suggestions!
0
votes
0answers
27 views
android avd not seeing changes to ui
I'm trying to create a program that is usable on many different screen sizes. I've got different activity_main.xml files in their correct folders which my different avd's use. I've tested whether the ...
0
votes
1answer
88 views
How to start Android AOSP emulator on MAC
I have downloaded and compiled Android source code per instructions on Android source website (http://source.android.com/source/building.html)
I chose
$ lunch full-eng
an emulator engineering ...
0
votes
1answer
242 views
MP4 Video not playing on Android 2.3
I have a videoView in which I want to display an MP4 video from a URL. I tried it on Andoird 4.0.2 emulator and it worked fine. However, on trying it on A GingerBread hardware, it crashed. I also ...
0
votes
1answer
73 views
Android AVD not recognizing device but adb does?
Android device chooser can't show my real device.
But device manager recognizes and I use Eclipse Juno,windows 7 and my device nexus 7, and I've already tried command: adb kill server and updating usb ...
-1
votes
2answers
88 views
google play store in avd
I have created Xperia_go AVD on my latest eclipse indigo with Sony Add-on SDK 1.0 (API level 16) i.e. android 4.1.2
Now I want to install Google Play Store on it.
How can I do that?




