Could not get unknown property 'manifestOutputDirectory'
问题 I'm trying to "make project" with Android Studio, and I'm getting this error: Execution failed for task ':myApp:processGoogleDebugManifest'. Could not get unknown property 'manifestOutputDirectory' for task ':myApp:processGoogleDebugManifest' of type com.android.build.gradle.tasks.ProcessMultiApkApplicationManifest. Any help please? EDIT: This error occurred after I updated to gradle v6.5 and plugin v4.1.0. If I revert to gradle v6.1.1 and plugin v4.0.0 the error disappears. 回答1: I