开发者

Why does the Skin in my AVD not show the contol/keyboard/menu section?

开发者 https://www.devze.com 2023-03-07 15:56 出处:网络
How can I build a standard ADV to test my Hello World app. I\'ve just built my Hello World app on Android - using eclipse, and am having real problems getting the AVD to work properly.My setup Android

How can I build a standard ADV to test my Hello World app. I've just built my Hello World app on Android - using eclipse, and am having real problems getting the AVD to work properly. My setup Android 3.1 level 12, and I set the skin to 800 x 600 as the default WXGA, seem to make a massive screen. When it loads, I get just the Android screen but no side keyboard.

In addition, why do I get completely different lo开发者_StackOverflowoking skins when I play around with the skin size. Sometimes, I get a nice sea scape sometimes, but its portrait not landscape - how do I turn it? One time I get a lock?

Any help would be really appreciated. (I using Java 1.6 64 bit).

Thank you very much.

Ed Ryan


My setup Android 3.1 level 12, and I set the skin to 800 x 600 as the default WXGA, seem to make a massive screen.

Use the scale option when launching the emulator to resize it to something manageable. There are no 800x600 Honeycomb devices, so you are far better served using WXGA.

When it loads, I get just the Android screen but no side keyboard.

Correct. You won't get the side keyboard for WXGA, either. You do not need it, as everything on that side keyboard is available to you from your own physical keyboard on your development machine.


The skins are only available for the out-of-the-box skins or the ones you create manually (see here). However, you can access all of the keys using other keyboard shortcuts, which I personally found way more convenient. Plus, you save space.

0

精彩评论

暂无评论...
验证码 换一张
取 消