Android Studio AVD Creation Errors
Selecting landscape but emulator starts in portrait
Select portrait and edit config manually. Important properties are
in hardware-qemu.ini
- hw.lcd.width = 1280
- hw.lcd.height = 800
- hw.initialOrientation = portrait
and in config.ini
- skin.name=1280×800
- skin.path=1280×800
Android Studio 1.2 created the following entry
runtime.scalefactor=0.1
This should be set to auto or a factor larger than this.
Leave a Reply