1

When I run the project getting bellow error.

entry name 'AndroidManifest.xml' collided
Praful Patel
  • 209
  • 3
  • 12
  • See similar [error](https://stackoverflow.com/questions/60406047) and [possible solutions](https://stackoverflow.com/a/68501093/1633493) – GSD.Aaz Jul 23 '21 at 15:05

1 Answers1

0

Adding the following line in gradle.properties will fix this issue

android.useNewApkCreator=false
Nanzbz
  • 199
  • 2
  • 5
  • As for me. My build.gradle(app) file has lines to change the outputFileName path. So I use the [solution](https://stackoverflow.com/a/68501093/1633493) and fix my problem – GSD.Aaz Jul 23 '21 at 15:33