我希望我的应用程序能够在Market中显示,仅适用于具有大屏幕的设备。即WVGA800(480x800,480x850)。 示例:Nexus One。
我在Manifest文件中进行了以下更改。
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="false" android:smallScreens="false" android:resizeable="true"></supports-screens>
上传后,当我尝试使用Nexus one在Market中搜索时,该应用程序未显示。我也试过其他具有不同屏幕类型的设备。
对此的任何帮助都会很棒。
由于
答案 0 :(得分:2)
您确定nexus one是大屏幕型手机吗?我不这么认为。如果它的480x800但具有“高密度”,则它是一个“正常”尺寸的屏幕。
见这里:http://developer.android.com/resources/dashboard/screens.html
如果这张图片是正确的,那么市场上很少或根本没有'大屏幕'设备,例如2010年,这并不能证明任何事情,但我怀疑这个图中的nexus是不可取的;):http://developer.android.com/guide/practices/screens_support.html