zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

android:screenOrientation=“portrait“ 一直警告报红

Android 警告 一直 Portrait
2023-06-13 09:16:58 时间

升级了新版本的gradle以后会好多问题,其中一个AndroidManifest.xml配置文件也有编译问题。

鼠标放上去就提示这个

解决方法:

application标签下加入:

xmlns:tool="http://schemas.android.com/tools"
tool:ignore="LockedOrientationActivity"

如图:

发现ok搞定了,不然一直报红真的看着好不舒服。