emulation - ANDROID: How to show the system navigation bar in an emulator -
how can enable system navigationbar(the 1 including home/back/menu) on jellybean emulator?
googling this, said can done changing property qemu.hw.mainkeys, can't find set constant. can me?
i know old question. but, trick following:
navigate .android/avd/virtual-device.avd, , change following values in following files:
config.ini: hw.mainkeys=no, hw.keyboard=no
hardware-quemu.ini: hw.mainkeys = no, hw.keyboard = no
that should disable navigation bar on virtual device.
note: enable use of keyboard, have set these parameters yes.
Comments
Post a Comment