• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Can't debug this issue.

bajabob

Lurker
I am developing an app and testing on the Droid X. When I use the app in the emulator, I get desired results. On the device, my spacing is reverting to the first version of the app instead of 20px wider in the current version. Is there some persistent storage I am missing here? I cleared the cache, uninstalled...
:confused:
 
bump.... the droid x seems to be cutting my resolution in half.... when I tell an object to be 50px wide, it is resizing to 25px...

what the heck is going on?
 
wow.... okay. so apparently in the android manifest I need to specify the screen density.

SOLUTION:
manifest > manifest extras > add > Supports Screens > Any Density = false


Tags: android development screen resolution issue, android resolution half, android resolution pixel half
 
Back
Top Bottom