Cordova plugins with <framework custom="true"> and Capacitor #6248
Unanswered
please-fill-out-this-field
asked this question in
Q&A
Replies: 3 comments 1 reply
-
Looks like a bug in Capacitor, but does that plugin work in Cordova apps? |
Beta Was this translation helpful? Give feedback.
1 reply
-
OP here. Still haven't found a solution. Any ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to add a Cordova plugin (namely cordova-social-vk) to my capacitor 3.x.x app.
The plugin contains the following "framework" tag (under android section) in its
plugin.xml
:I checked plugin sources - the directory is there indeed.
But android build always fails - here's the gradle error I'm getting:
I googled and found more people reporting similar issues:
https://forum.ionicframework.com/t/framework-dependency-in-plugin-migration-cordova-capacitor/181146
#215
But no solutions to try - either they never managed to solve the problem, or decided not to share solutions for some reason.
Anything I can do with the plugin to make it work with Capacitor?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions