2011-11-30 24 views

回答

1

在你的Android清單,你需要添加一個節是這樣的:

<supports-screens 
    android:anyDensity="true" 
    android:largeScreens="false" 
    android:xlargeScreens="false" 
    android:normalScreens="true" 
    android:smallScreens="true" /> 
+0

謝謝,但這不起作用,請參閱此處的「注意」部分:http://developer.android.com/guide/practices/screens-distribution.html#FilteringTabletApps – fhucho

相關問題