cropped layout on the Android avd emulator

Posted by SpellBound on Stack Overflow See other posts from Stack Overflow or by SpellBound
Published on 2010-04-21T10:40:45Z Indexed on 2010/04/21 10:43 UTC
Read the original article Hit count: 179

Filed under:
|

My application layout looks good on two slightly different avds I created in the development environment using Eclipse. However when I try to run these devices in the Emulator as standalone I see some missing buttons and cropped edges on the screen. I used the apk generated by Eclipse and installed it in the devices using adb - install. I want to know what the problem is. Also, any general guidelines to write an app that can run on any Android device for a given version. Thanks in advance.

© Stack Overflow or respective owner

Related posts about android

Related posts about emulator