Android Emulator opening view at 320*480 when set to 480*854 -


i trying set avd 480*854 device. avd seems fine when opens app surfaceview create opening @ 320*480 rather 480*854. have ideas might going wrong?

cheers

solution: make sure minsdkversion , targetsdkversion specified in attribute of androidmanifest.xml. stops android running in 'compatibility mode'.

thanks input.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -