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" />