Tagged Questions
Android Virtual Device (AVD), is a virtual instance of the target device (phone/tablet) which can be run in the Android emulator for simulation.
80
votes
1answer
28k views
How to create a AVD for Android 4.0
Android 4.0 is now released. I have just updated my ADT plugin and downloaded the 4.0 SDK. But when I try to create a AVD for Android 4.0, Eclipse tells me 'Unable to find a 'userdata.img' file for ...
37
votes
15answers
26k views
How to increase storage for Android Emulator? (INSTALL_FAILED_INSUFFICIENT_STORAGE)
I get this sometimes(not often) for one of my projects, couple of classes only
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
How do I increase emulator's storage?
36
votes
14answers
24k views
Emulator problem in Android
When I launch the emulator I face many problems (Errors):-
HttpConnectionApp]emulator-5554 disconnected!
Cancelling 'net.paxcel.http.HttpConnectionApp activity launch'!
Emulator]emulator: ERROR: the ...
22
votes
14answers
23k views
android sdk main.out.xml parsing error?
I just started a new Android project, "WeekendStudy" to continue learning Android development and I got stumped compiling the default 'hello weekendstudy' compile / run. I think that I missed a step ...
17
votes
1answer
4k views
Android Emulator: select AVD (Android Virtual Device) to run by default
I have added a second Virtual Device to test a different screen resolution (QVGA), but now I wanna switch back to the first AVD (HVGA) again. How can I set the virtual device in Eclipse to be used by ...
16
votes
2answers
8k views
Android AVD rotate Portrait/Landscape How?
I am new to Android development.
I know if you change a android phone from portrait to landscape sometimes the app relays its self out on the screen.. so how do I simulate rotating a phone with the ...
14
votes
2answers
5k views
Is there a repo where you can download android virtual devices?
Does anyone know, if vendors provide or if there is a site where one could download AVD profiles for existing android devices on the market so you can run your apps in the emulator and basically see ...
13
votes
2answers
9k views
Android - Application (apk) Maximum size
I am going to install first application in my android phone, but having some doubts
related to Android Memory (Maximum size of APK).
So please help me know and solve the problems:
What is maximum ...
11
votes
5answers
3k views
Installing a x86 image in new sdk tools v12
I've upgraded to android sdk tools 12.
As a release note google says:
The AVD manager and emulator can now use system images compiled for ARM v7 and x86 CPUs.
Has anyone tried to run a x86 image? ...
9
votes
5answers
3k views
SDL init failure, reason is: No available video device
I tried to start my avd on Ubuntu 64bit 10.10, but it failed and shows the following in the log:
SDL init failure, reason is: No available video device
What can I do with that?
I tried to ...
9
votes
10answers
12k views
Android-Hello World
I'm currently learning how to create android applications so I started with the basic "Hello World" tutorial over at the Android Developers home page. The code is quite simple but when I run it(I'm ...
9
votes
4answers
5k views
Is there a way to mount Android .img to access the AVD (Android Virtual Device) contents?
I feel a bit blind developing on an emulator for Android and not being able to see the file system on the AVD (.img).
Is there a way to mount it in Windows or Linux, so that I could at least see the ...
8
votes
1answer
1k views
Android SDK 14 - Can't Create GTV device
I'm a Google TV developer, and today, shortly after the android sdk 14 was released, I updated everything, from the android sdk to the eclipse ADT. Since then, I can't create a Google TV virtual ...
8
votes
6answers
11k views
Possible to change where Android Virtual Devices are saved?
I've set up the Android SDK and Eclipse on my machine running Windows XP and AVDs (Android Virtual Devices) are saved to "Documents and Settings\user\.android" by default. Is there any way to change ...
7
votes
4answers
6k views
Android-emulator AVD Window Size
My question sames to be stupid but i really could not solve it.
I am using eclipse to develop android applications, but when I run the emulator AVD it have a fixed window size (very huge on my ...
7
votes
3answers
10k views
Expanding the size of an Android Virtual Device (emulator) instance?
On a relatively new emulator image (AVD) I have about 40mb of free space. How can I expand this?
UPDATE:
Just to be clear... I'm talking about the "Internal phone storage" size, not the SD Card size. ...
6
votes
4answers
2k views
Android 4.0 emulator wont start
When trying to create and start an Android 4.0 emulator I get the Android emulator skin but the OS doesn't seem to start.
I've installed the ARM EABI v7 package from Android SDK manager at tried to ...
5
votes
1answer
100 views
How to get Android AVD name from serial number
Using the Android SDK from the command line, I can get a list of the running devices available using:
./adb device
This gives me the serial number of available devices. How can I get the AVD name ...
5
votes
1answer
980 views
Difference between target google APIs and target android 2.3.3
Now I'm developing android with SDK 2.3.3 with Eclipse.
As you know all to run my app, I should generate virtual device.
From 'create new ADV' window, I can see many targets.
There are 2 targets for ...
5
votes
1answer
219 views
AVD launches with different text and icon sizes
Hey community,
I have started android development just a month back, so still a newbie. My problem is that my AVD sometimes starts with different icon sizes in the emulator, i.e. the different apps' ...
5
votes
4answers
2k views
How to put an AVD (emulator) into OFFLINE mode?
I would like to test the behavior of my application when the user is in a no-signal zone or when his phone is in flight mode.
-> How do I put an Android Virtual Device into offline mode (where no ...
5
votes
5answers
19k views
Android SDK Manager gives “Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml” error when selecting repository
I'm trying to install a platform but when I open Android Manager then I click Available Software then select the
https://dl-ssl.google.com/android/repository/repository.xml repository
I get this ...
4
votes
3answers
117 views
cannot start Android emulator on Eclipse even though there are no errors
I'm trying to run one of the Android sample apps in Eclipse. I've been through all the possible errors, and now I was finally able to run without any of them. But still, nothing works, and the ...
4
votes
1answer
656 views
Android Replace “…” with ellipsis character
Since AVD tools 16 I'm getting this warning:
Replace "..." with ellipsis character (..., …) ?
in my strings.xml
at this line
<string name="searching">Searching...</string>
...
4
votes
5answers
538 views
Cannot create Android 4.0 AVD with system bar
Is there a way to create an android AVD with a system bar like in honeycomb? When I create any AVD I get "hard" keys to appear as part of the emulator and no system bar like in honeycomb. Anyway to ...
4
votes
1answer
186 views
Android: Getting a user library onto an AVD in Eclipse
I am trying to get a library (eg. uses-library) onto an AVD, if I push it with ADB the OS doesn't know it exists, and restarting the emulator clears the pushed file from memory. I found that it is ...
4
votes
2answers
6k views
Android-AVD :error loading preferences
i new to android programming and i am facing problem with AVD .when i launch avd couple of prompt come up and last one says error loading preferences .i am not able to figure out this problem .
...
4
votes
4answers
2k views
Problem creating AVD on command prompt in windows XP
I am the beginner for android development. i followed the procedure as specified in developer.google.com . for installing i Tried to crete AVD(Android virtual device) through command path.I executed ...
3
votes
2answers
798 views
error: 'SDL init failure, reason is: No available video device' when launching AVD
Hey guys, this is killing me. Every time I try to run my Android app in Eclipse, I'm getting the error:
[2011-05-24 23:11:04 - app] Android Launch!
[2011-05-24 23:11:04 - app] adb is running ...
3
votes
4answers
216 views
Android: An Application Activity to create an AVD
Can the Android API provide all the details required to make an AVD?
Premise being, if it can, could an Android create an AVD of itself?
3
votes
2answers
3k views
3
votes
3answers
1k views
Android emulator fails to start
I searched google this morning and could not find an answer, so I would like folks on stackoverflow to help.
Until yesterday, everything was perfect, when I ran my android app from eclipse the ...
3
votes
1answer
544 views
Android Eclipse OSX Creating AVD using Terminal launches AVD Manager
I'm new to programming and working with Eclipse on a Mac. I'm trying to create a new AVD with Google Maps Support and when launch 'android' (in the SDK tools folder) I get "No command line parameters ...
3
votes
5answers
7k views
Android: AVD manager won't detect my HTC Hero phone as Virtual Device
I need to use my phone as emulator/target/virtual device when I run my application.
I have installed HTC Sync and the USB driver is in order.
I have enabled the USB Debugging in Settings.
What more ...
2
votes
0answers
81 views
Android AVD emulator hangs while loading
I seem to have messed up AVD Emulator and need some expert help in solving the problem.
Here are the symptoms:
When I try to open my_avd (my default avd) from AVD Manager, it takes a very long time ...
2
votes
1answer
48 views
Setting Android AVD Command Line Hardware Profile
When creating a new Android AVD through command line through the following command:
android create avd -n <name>
You're met with the following output:
Do you wish to create a custom hardware ...
2
votes
1answer
78 views
Eclipse stopped recognizing my Android devices
I've been using Eclipse and testing with 2 devices for the last year w/o a problem. Then all of a sudden today I ran a test of an app and it worked fine, a few hours later though and Eclipse stopped ...
2
votes
1answer
365 views
Android - Emulator in landscape mode, screen does not rotate
When I switch to landscape mode (KEYPAD_7 or CTRL+F11) the emulator rotates the screen to landscape orientation but the Android OS and none of the apps rotate. So everything is sitting sideways. Is ...
2
votes
2answers
461 views
Android Virtual Device Repository
It would seem that since there are a finite set of official Android devices, it would be easy to maintain a repository of Virtual Device Configurations for each actual device. However, the Internet ...
2
votes
4answers
5k views
Type Conversion to Dalvik format failed: Unable to execute dex: wrapper was not properly loaded first
I have had all sorts of bizarre errors, like the one in the title, happen when I am using the Android SDK and AVD Manager with Eclipse. Generally I just unplug the phone and plug it back in or close ...
2
votes
2answers
387 views
Android, How can I make AVD smaller?
I have created an AVD with the following characteristics:
Target: Android Honeycomb (API level Honeycomb)
SD card size: 64M
Skin: Built-in WXVGA
But the problem is, when I run this ADV, size of it is ...
2
votes
0answers
328 views
App runs onCreate() twice on AVD with Android 3.0 due to unexpected configuration change
I have a simple android app, built for API level 7. The only uncommon thing is that it has android:screenOrientation="portrait" in its manifest. Also in its manifest the API levels are specified as ...
2
votes
2answers
656 views
Android Emulator starts but Eclipse doesn't recognize it
As a general rule, everything works fine, but then sometimes either Eclipse or my Android emulator decides to be a jerk and refuses to work.
I open the AVD Manager in Eclipse. I choose which AVD I ...
2
votes
1answer
283 views
Android AVD For Specific Device
I created an Android application that I have published in the marketplace. It crashes on a specific device, the Motorola Cliq XT, so I would like to make an AVD of this device and test it in the ...
2
votes
1answer
386 views
Android Emulator occasionally fails to start network
Every few times I open the emulator, it will appear to be in offline mode, with the "X" on the top of screen instead of the 3g symbol and no apparent network connectivity.
The only apparent ...
2
votes
0answers
206 views
android avd cursor pointer image
I am trying to make a quick instructional video of my new app and I want to use a custom cursor in the shape of a finger in the avd so that the video makes sense to my users. I can get a custom ...
2
votes
5answers
2k views
Android AVD not showing anything. only “ANDROID” in the middle of the screen
I am an Android Newbie! please help.
I have been following googles introduction tutorial and managed to install everything with no problems. but whenever i try to run the HelloAndroid example the avd ...
2
votes
1answer
836 views
Stop on screen keyboard appearing for Android Emulator?
I am using the AVD manager in eclipse. Is there a setting that I can use to stop the on screen keyboard appearing when an input field has focus?
I tried has hardware keyboard = true, but then the ...
2
votes
1answer
215 views
how to add dummy SMSs to android avd?
I am trying to build an app that accesses the sms on android os.
But i dont have an android device.. so how to add some dummy sms on to the avd so that i can test my app on those sms?? or any other ...
2
votes
2answers
2k views
Moving default AVD configuration folder (.android)
After installation of Android SDK, there were created .android folder on the E:\ drive. As far as i know this is default folder of Android Virtual Devices for configuration files.
How can I move ...