2

My android studio has just updated and after that my app is not able to compile anymore. It shows this error:

Execution failed for task ':app:processDebugManifest'.

Could not get unknown property 'manifestOutputDirectory' for task ':app:processDebugManifest' of type com.android.build.gradle.tasks.ProcessMultiApkApplicationManifest.

Android studio: 4.1

Android gradle plugin version: 4.1.0

Gradle: 6.6.1

Ton
  • 9,235
  • 15
  • 59
  • 103
  • It was an outdated Huawei's AG Connect plugin. Solution here: https://stackoverflow.com/a/64390789/1363087 – Ton Nov 08 '20 at 17:43

1 Answers1

3

It was an outdated Huawei's AG Connect plugin. Solution here: stackoverflow.com/a/64390789/1363087

NirmalCode
  • 2,140
  • 1
  • 14
  • 19
Ton
  • 9,235
  • 15
  • 59
  • 103