Reputation: 233
In latest version of razorpay_flutter 1.1.4 I have encountered a gradle exception could not open cp_proj remapped class cache for eii7mfeilb85f6s74q7cms80e.
Upvotes: 1
Views: 107
Reputation: 233
The issue is in this unknown statement.
SOLUTION:
Go to flutter\.pub-cache\hosted\pub.dartlang.org\razorpay_flutter-1.1.4\android
.
In build.gradle
remove package android
line and save.
Now this will work perfectly.
Upvotes: 1