avd

Android AVD Files - Browse?

How can I browse and copy out the files in my Android AVD? I wish to view the contents of the Sqlite file the app modifies. ...

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 .android folder to a different location? (eg. from E:\.android to E:\Android\.android) ...

I have the Android SDK Downloaded, and a AVD created. How can I get apps for it?

I can't seem to find any options to retrieve apps on my SDK's virtual Android device. Can you direct me to where I may find apps so that I can test them out? ...

how to add dummy SMSs to android avd?

Hi, 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 way out? Thanks. ...

Trouble with Android App Uncaught Exceptions in the Log

When I launch my app I get the following errors in the log. Can you anyone decipher some of them for me, and give me a potential solution? I would be so grateful if you could as its proving very frustrating and I am new to Android development. I am using Eclipse SDK with an Android AVD at 1.6 SDK level. Thanks.. 07-17 11:05:57.046: ERR...

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 emulator doesn't seem to start at all :-S ...

Emulator does not load

I am using the hello android tutorial and creating an avd through eclipse. When starting the emulator no image is used. It simply displays a black back screen with the word ANDROID in the center and a blinking cursor at the end of the word ANDROID. I have followed the steps to the T for installing the SDK, Eclipse, and the ADT. Even ...

Android Emulator gives blue screen of death

No matter which type of android virtual device I create from the Android SDK and AVD Manager, whenever I start it, my entire laptop just shuts down after getting the blue screen of death. I see this error in the Event system Log ("Driver VPCAppSv.sys has been blocked from loading.") but not sure if it's related to it or not. Anyone ha...

Creating/Running Android Virtual Device through Eclipse with networked user profile

Our user profiles are stored on a networked share (\shared-server\clientdata$\username). When I create an AVD through the SDK and AVD manager everything seems to appear to work correctly. When I try to start it I get the following errors: emulator: ERROR: unknown virtual device name: 'test_avd' emulator: could not find virtual device ...

Problem while moving avd to another location

Hi! I want to move avd file to another location: android move avd -n titanium_6_HVGA1 -p c:\avd but I get as a result help for java: Usage: java [-options] class [args...] (to execute a class) etc... Oh, I just checked, I could run android list without any problem, but now I am getting the same as for "android move.." c...

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 launches but doesnt show anything. cone somebody help please? ...

Android SDK emulator (AVD) for tablet size

Hi guys i was wondering how to create an emulator environment for a tablet sized device, i know there are quite a few devices being released soon, but how do start sizing up my layout? thanks ...

creating avd from command line with keyboard support

How can i create avd from command line with keyboard support? (I was able to create avd from commandline using: android create avd ... but I dont know how to enable keyboard support into this) even android documentaion/help doesn't any thing about this. -Jadav ...

How to verify / troubleshoot AVD debug key

Hi, I'm trying the HelloMapView example found here: http://developer.android.com/guide/tutorials/views/hello-mapview.html Problem I'm having is that when I run my application, none of the map tiles will load... I heard this is usually do to my google maps api key not being correct. I tried signing my app with a key that I generated from...

Android-Hello World

Hi there, 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 using Eclipse and a AVD v2.2), it only shows "Android." It does not go to the Home Screen. I updated everything and I still get th...

Android AVD rotate Portrait/Landscape How?

Hi! 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 AVD? On the Blackberry emulators there's a button in the menu to turn the phone, but I can't find it or any option on the Android ones?...

Android emulator Mac OSX location

Hi guys, I am wondering where android emulator keeps all its data and itself? inside the SDK folder or somewhere else ? cheers, /Marcin ...

change path for android sdk and avd manager to not point to c:\users

Is there any way to change this in the android SDK? It looks like some of the .bat files in the \tools\ folder sets some environment variables but cant tell exactly what they are doing. I set my windows system profile settings in the registry to point to d:\users and everything else is pointing there but the android sdk keeps wanting to...