Reputation: 87
I tried all the solutions available,they didn't solve my problem. Also when i run one of the solution- "gradlew clean", gradlew is not recognized as external or internal command.
Here's screenshot of the both errors : https://i.sstatic.net/Dkc9N.png
Upvotes: 0
Views: 2707
Reputation: 730
I faced this error but for other Package, I cleaned gradlew
and then run this command npx jetifier
. this solved my problem. it's worse to try.
you can install jetifier
from here https://www.npmjs.com/package/jetifier.
hopefully useful.
Upvotes: 1