enter image description here
下面是附加的同一代码段的代码文本。
<androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start">
3条答案
按热度按时间ldxq2e6h1#
尝试以下任何一种方法:
如果两者都不起作用,请删除依赖项并再次添加它,并在gradle sync完成时告诉我构建输出
fhg3lkii2#
您的Studio缓存可能已损坏;
所以
C:\
驱动器中打开工作室路径;例如,它应该像C:\Users\hp(Your_User_Name)\.AndroidStudio4.0\system\caches
.删除此caches
文件夹。现在重新开始您的项目,问题将消失了。
希望这对某人有帮助。
pgky5nke3#
我不知道这对你是否有用,但对我有用:
我只是启动了应用程序与
Ctrl
+F5
尽管问题。一旦成功执行,问题就消失了。不要评论
DrawerLayout
!如果需要,将其主体保持为空,然后只需启动应用程序。