-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for cordova-cli - cordova plugin add #35
Comments
subscribe |
Same problem 👎 |
I think the problem is on plugin.xml
try to change /cordova/plugins to /plugins |
Nope:
|
Did you try to open "PRIVATE/platforms/android/res/xml/config.xml"? config-file markup append its child (here plugin markup) into the targeted file to the "parent" element. Check if there is a plugins element on your res/xml/config.xml |
I think that your problem is that you must executed this command with root privileges. Try this: #sudo cordova plugin add https://github.com/alunny/ChildBrowser.git |
i have this problem how to solve this? |
Try this: cordova plugin add https://github.com/phonegap-build/ChildBrowser#three-dot-x This will switch to the three-dot-x branch. |
Currently, when attempting to install Childbrowser with the command:
cordova plugin add https://github.com/alunny/ChildBrowser.git
I get the following error:
[Error: grafting xml at selector "/cordova/plugins" from "/Users/mattgaunt/Programming/Workspace/device-lab-mobile/platforms/android/res/xml/config.xml" during config install went bad :(]
The text was updated successfully, but these errors were encountered: