Kamil Cessak
Kamil Cessak

Reputation: 91

React Native app in Android studio: Cause Argument type mismatch

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

Answers (1)

user3752382
user3752382

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

Related Questions