我只想把我的手限制在10.1张桌旁。 下面是这方面的明确组合。
<supports-screens
android:largeScreens="false"
android:normalScreens="false"
android:requiresSmallestWidthDp="720"
android:smallScreens="false"
android:xlargeScreens="true" />
I am able to run the app with Emulator 4.0.3(HVGA). can anyone tell me what is wrong here?