-
Hi everybody, I'm stuck since few days on this error when building my project in Android Studio Execution failed for task ':capacitor-image-crop:generateDebugRFile'. Any help will be welcome :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That plugin is for capacitor 1 and has not been updated for capacitor 3, so you won’t be able to use it. |
Beta Was this translation helpful? Give feedback.
-
I found the solution to my problem, I post it here in case someone else will face it. |
Beta Was this translation helpful? Give feedback.
I found the solution to my problem, I post it here in case someone else will face it.
To resolve the error we must change : implementation 'ionic-team:capacitor-android:1+'
to this : implementation project(':capacitor-android')