android-avd

Android - Application (apk) Maximum size

Hello, I am going to install first application in my android phone, but having some doubts related to Android Memory (Maximum size of APK). So pls help me know and solve the problems: What is maximum size of the apk that can be supported by the android ? When we install any apk file in real phone, where does application installed (in...

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 ...

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?...

How to put an AVD (emulator) into OFFLINE mode ?

Hi, 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 connection to the internet is possible) ? I have tried the following: Activating flight mode via the AVD settings: surprisingly, this ...