开发者

samsung galaxy tab emulator occupy full monitor size

Hi friends I am creating application for samsung galaxy tab . while creating avd giving resolution width 1024 and height 600 I am giving screen size 7 .I don't know how to give monit开发者_Go百科or dpi and scale but my emulator is occupying full monitor size so i am not able to minimize back button is not coming can anybody tell how to bring emulator properly?

Thanks


You can test your app in an emulator with normal resolution, 1024 * 600 is not required.

In your AndroidManifest.xml just add the following code to ensure that the app runs on all screen sizes:

<supports-screens
    android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>


Press alt+enter to get out of full screen mode?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜