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.
AVDのカスタム解像度に問題があります。 カスタム解像度で新しいAVDを作成した場合、アプリのコンテンツが拡大しません。密度も指定しますが、動作しません。
私を助けてください
マーカス
次のように、AndroidMenifestファイルにsupport-screenを追加できます。
<supports-screens android:largeScreens="true" android:resizeable="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" android:xlargeScreens="true"></supports-screens>