Entry name 'AndroidManifest.xml' collided (Build failed after updating the android gradle plugin to 3.6.0)
问题 I have recently update the Android studio from 3.5(stable) to 3.6(stable). Then I saw the plugin update is also available, so I have update the version of "com.android.tools.build:gradle" from 3.5.0 to 3.6.0 and also update the gradle version to 5.6.4 Now problem starts when I try to build the project it fails with message Entry name 'AndroidManifest.xml' collided 回答1: This is caused by Android Gradle plugin 3.6, revert to using the old packaging tool by including the following in your gradle