9

I cant build my app in react native. I started building with cleand project and sync gradle. Everything is okay but when i started building i get The error: "Cause: Argument type mismatch". There is no more description or location where is this error. Img of the error

Kamil Cessak
  • 91
  • 1
  • 2

1 Answers1

4

What helped me is to downgrade gradle from 7 to 6.9. You can do that in File->Project structure.

reference: (React Native): Execution failed for task ':app:generatePackageList'

user3752382
  • 61
  • 1
  • 6