Giter Club home page Giter Club logo

Comments (8)

EddyVerbruggen avatar EddyVerbruggen commented on May 31, 2024

Smells like a problem with the 3.4.0 version of the CLI. I'm looking for a workaround..

from calendar-phonegap-plugin.

EddyVerbruggen avatar EddyVerbruggen commented on May 31, 2024

Strange.. the compile errors seem to indicate cordova-3.4.0.jar can't be found. When compiling the app in Intellij IDEA (after manually linking the cordova jar) compiling and running the app works as expected.

I will keep an eye on this, but in the meanwhile there are a few workarounds.

from calendar-phonegap-plugin.

neilrackett avatar neilrackett commented on May 31, 2024

Thanks for taking the time to look into this. I'll work around it one way or another for now, but good luck finding a solution.

from calendar-phonegap-plugin.

basicallydan avatar basicallydan commented on May 31, 2024

I'm having this issue too but I'm not aware of any workarounds. Can anybody shed some light, please? :)

from calendar-phonegap-plugin.

basicallydan avatar basicallydan commented on May 31, 2024

@neilrackett, any chance you managed a workaround?

from calendar-phonegap-plugin.

neilrackett avatar neilrackett commented on May 31, 2024

We ended up rolling back PhoneGap to 3.3 and are looking at forking the project to resolve this and the other issues we're having.

To install 3.3 use: npm install -g [email protected] [email protected]

from calendar-phonegap-plugin.

appedemic avatar appedemic commented on May 31, 2024

The problem is that the plugin.xml uses

<config-file target="config.xml" parent="/*">

where other plugins use

<config-file target="res/xml/config.xml" parent="/*">

Mixing these two results in a plugins/android.json file with two references to config.xml. The second one will overwrite the first, resulting in a platforms/android/res/xml/config.xml with only one feature, so any other plugin being accessed results in a class not found error.

from calendar-phonegap-plugin.

EddyVerbruggen avatar EddyVerbruggen commented on May 31, 2024

Wow, extremely well spotted!

The pull request has been merged, this should indeed fix the problem, thanks!

from calendar-phonegap-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.