开发者

Why cant I get 400X800 resolution in my AVD

开发者 https://www.devze.com 2023-04-11 11:26 出处:网络
I am using Eclipse and if my AVD is set at WVGA800 The highest resolution I see is 320X533 with the title bar gone. If my AVD is set at WVGA854 The highest resolution I see is 320X568 with the title b

I am using Eclipse and if my AVD is set at WVGA800 The highest resolution I see is 320X533 with the title bar gone. If my AVD is set at WVGA854 The highest resolution I see is 320X568 with the title bar gone. The Emulator is set for Android 2.2 API 8 and I am using XPSP3

Why cant I get 400X800 resolu开发者_JAVA技巧tion?


When you set the android:minSdkVersion="4" android:targetSdkVersion="8" It starts the emulator in a lower screen resolution. by changing the minSdkVersion to 8 I was able to get the full screen resolution on my emulator.

0

精彩评论

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