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 get a system bar to show up?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this by creating a new AVD and setting its screen resolution to wxga720. This will make it a “tablet” device.
For those who are actually interested in what is going on here, by creating a device with wxga720 resolution a hardware property called
Hardware Back/Home keysis created and set tono. Also, another property calledKeyboard lid supportis set tono. These two together are what actually get rid of the “hard keys”.