Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个apk,但我只是觉得它只支持1920x1080分辨率,tag(supports-screens)应该怎么写?谢谢大家!
请在下面的标签中AndroidManifest.xml为您的<application/>
AndroidManifest.xml
<application/>
<supports-screens android:largeScreens="true" android:normalScreens="false" android:smallScreens="false" android:resizeable="true" android:anyDensity="false" />