Error:A problem was found with the configuration of task ':app:checkDebugManifest'.
File 'D:Student_projectWeiYuYanStudentappsrcmainAndroidManifest.xml' specified for property 'manifest' does not exist.
欢迎选择我的课程,让我们一起见证您的进步~~
The manifest file of this module ':app:checkDebugManifest' does not exist
Check whether the manifest file is in the main directory. If not, it will be reported like this
This is an error that occurs during compilation. The content is that the manifest file does not exist. You have to check the structure of the project you compiled. Gradle
Gradle
The main thing is to check the module you compiled. If there is no problem, then try clean, rebuild or Invalidate Caches / Restart
The manifest file of this module ':app:checkDebugManifest' does not exist
Check whether the manifest file is in the main directory. If not, it will be reported like this
This is an error that occurs during compilation. The content is that the manifest file does not exist. You have to check the structure of the project you compiled.
Gradle
The main thing is to check the module you compiled. If there is no problem, then try clean, rebuild or Invalidate Caches / Restart