Answer the question
In order to leave comments, you need to log in
How to add plugins to phonegap Ubuntu?
I installed phonegap, created a project:
~$ phonegap create MyProject
Then I built it for Android:
~$ phonegap build android
Then I add plugins:
~$ phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git
~$ phonegap local plugin list
[phonegap] no plugins installed
Answer the question
In order to leave comments, you need to log in
All found a solution. Error in lib/phonegap/local.plugin.list.js Here is the commit.
I rewrote the script and it worked.
I don’t know how it is now, but half a year ago cordova-cli and phonegap-cli were wildly important things in terms of installing plugins. It was easier to use separately plugman.
Have you even checked what is written in plugins.json?
docs.phonegap.com/en/3.0.0/guide_cli_index.md.html - section "Add Features"
It works for me as described there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question