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 时,我的应用程序的内容不会拉伸。我还指定了密度,但它不起作用。
请帮我
马库斯
您可以在 android Menifest 文件中添加支持屏幕,如下所示。
<supports-screens android:largeScreens="true" android:resizeable="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" android:xlargeScreens="true"></supports-screens>