Reputation: 91
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
Upvotes: 9
Views: 10213
Reputation: 71
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'
Upvotes: 5