capacitor-core in maven #5795
Unanswered
sabbirshiam
asked this question in
Q&A
Replies: 0 comments
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.
-
hello,
I am trying to download the capacitor-core from maven and want to use it rather than the capacitor-android project source code dependencies.
maven repo:
https://mvnrepository.com/artifact/com.capacitorjs/core/3.6.0
when I tried to build with it in the sample capacitor project, the required dependencies with Cordova for it seems 7.0.0 which can be found only in JCenter().
if I use Cordova framework 7.0.0 then it works fine with capacitor-core.
removing JCenter and using Cordova framework 10.0.0 or higher doesn't seem to work with it.
Getting runtime exception with
java.lang.NoSuchMethodError
at MockCordovaInterfaceImpl.java line 13.is there any workaround with it?
Beta Was this translation helpful? Give feedback.
All reactions