如何创建支持移动和移动的应用程序?片剂?

时间:2012-05-11 10:25:40

标签: android

我想创建一个支持移动和移动设备的应用程序片剂。在我的应用程序ABCD图像,我显示使用视图。我不希望这个应用程序在移动和移动设备上运行片剂。

2 个答案:

答案 0 :(得分:3)

请阅读以下文档以支持多个屏幕

http://developer.android.com/guide/practices/screens_support.html

http://developer.android.com/guide/practices/screen-compat-mode.html

http://developer.android.com/guide/practices/tablets-and-handsets.html

来自谷歌文档的

  

要禁用此版本的屏幕兼容模式,您只需要   将android:minSdkVersion或android:targetSdkVersion设置为“4”或   更高,或将android:resizeable设置为“true”。

使用以下内容添加多个屏幕支持:

您应该在清单文件中包含该元素,如以下链接所示

http://developer.android.com/guide/topics/manifest/supports-screens-element.html

答案 1 :(得分:1)

根据平台操作系统选择您的版本。

对于Android选择版本[在移动设备中运行的最低] ...然后它也将在TABLET中运行。

如果你喜欢我的回答,请点击右键 否则请发布您的困难。