Questions tagged [plugman]

Apache Plugman Cordova

A command line tool to install and uninstall plugins for use with Apache Cordova projects.

http://cordova.apache.org/docs/en/3.0.0/plugin_ref_spec.md

https://github.com/apache/cordova-plugman/

40 questions
1
vote
1 answer

Cordova plugin installation with plugman fails

Following the phonegap tutorial [1], I'm trying to install a cordova plugin (using the latest plugman v1.3.0 [2]). It fails with the following error: C:\Android-dev\cordova-android\bin\HybridAndroidApp>plugman install --platform android --project .…
Simon
  • 128
  • 12
1
vote
0 answers

Error while adding the Crosswalk WebView plugin to an Android project

I have a Cordova project where I have added the iOS and Android platform. I am trying to install the Crosswalk WebView plugin to the Android platform only but I get following error. For the sake of clarity I have added the versions of the CLI tools…
Daniel Gartmann
  • 11,678
  • 12
  • 45
  • 60
1
vote
1 answer

Plugman - The provided path is not an Android Project

I am currently trying to develop a Cordova plugin for a project at work. I have developed a basic skeleton, including a plugin.xml file, a javascript file to act as the interface, and a skeleton file for the android version of the plugin. To…
adzy2k6
  • 105
  • 1
  • 10
1
vote
1 answer

cordova plugin.xml framework replaces my build.gradle

I write as below But my build.gradle file under platforms/android/IMKit is replaced by cordova with its own one. How to avoid cordova replacing my build.gradle file.
poordeveloper
  • 2,272
  • 1
  • 23
  • 36
1
vote
1 answer

Plugin Installation error using Plugman - Phonegap

I installed plugman in phonegap but later while installing plugin it show me following error: C:\Program Files\nodejs>plugman install --platform android --project c:\testApp --plugin org.apache.cordova.camera Installing "org.apache.cordova.camera"…
Nehil Mistry
  • 1,101
  • 2
  • 22
  • 51
1
vote
2 answers

Plugman framework skips Mac OS X symbolic links

I'm working on this plugin: com.ios.libgoogleadmobads, which is a helper plugin for https://github.com/appfeel/admob-google-cordova (com.admob.google cordova admob plugin) As you can see here:…
Miquel
  • 8,339
  • 11
  • 59
  • 82
1
vote
2 answers

Installing a PhoneGap plugin: BarcodeScanner

I want to install the BarcodeScanner plugin in a PhoneGap project. I've read the Readme within the repository and it says that it must be installed with PlugMan like so: Install a plugin ---------------- $ plugman install --platform
Joel Murphy
  • 2,472
  • 3
  • 29
  • 47
0
votes
2 answers

Why prefer Plugman over Cordova CLI for embedded projects?

I'm working on a iOS-only project with an embedded Cordova Web view. The Cordova docs say I should use Plugman instead of the Cordova CLI. But why? When I add my platform, Cordova automatically detects and adds plugins. To use Plugman, I would have…
alekop
  • 2,838
  • 2
  • 29
  • 47
0
votes
0 answers

Create a Custom Android Plugin: java.lang.NullPointerException (no error message)

I´m developing this Android application to run on device. I´m using Ionic and Angular to develop the application. Now I need to create a custom plugin using Plugman. This plugin should allowed user to authentication using IBM APP ID. I followed the…
0
votes
1 answer

How to use 'plugman install'? I'm getting 'name too long' error

Here is my terminal listing: $ cordova create LogicLinkApp com.endare.logiclinkplugin Creating a new cordova project. $ cd LogicLinkApp/ $ cordova platform add ios Using cordova-fetch for cordova-ios@^5.0.0 Adding ios project... Creating Cordova…
DTXqueque
  • 332
  • 2
  • 12
0
votes
1 answer

Add Remove cordova plugin not reflecting in iOS - Mutliple Targets

We have an Ionic Project and iOS as platform. Based on our needs, we keep adding and removing plugins from the cordova project. Currently we have 2 targets in our iOS XCode Project(One original target and another a duplicate). Adding plugin using…
0
votes
1 answer

cordova plugman - adding the first platform specific plugin

my system dependencies: cordova: @7.1.0 plugman: @2.0.0 I want to use plugman to install plugins only to specific platform (e.g. android) I have read the docs and the workflow and usage is not so clear. After creating fresh new cordova project,…
LiranC
  • 2,400
  • 1
  • 27
  • 55
0
votes
0 answers

Cordova - Xcode - Build success but Plugin not found

we are using a worklflow where in we need to deploy the cordova app directly to the device. After having include correctly a provisioning profile, build pass all test but the app in the ipad screen still remain black, the problem? Plugin are not…
Simone Campagna
  • 1,130
  • 1
  • 10
  • 19
0
votes
1 answer

Error generating package.json with Plugman

I'm trying to build my custom cordova plugin following these steps. After running the command plugman createpackagejson . from the folder where the plugin is located in, I get this…
robb
  • 61
  • 1
  • 8
0
votes
1 answer

Ionic2 integrate custom iOS plugin with Alamofire framework as dependency

I have installed on my machine cordova 7.0 & Ionic 3.4.0. I made a custom plugin using plugman and it's structured as following: src - ios & android folders with the native files www - .js file plugin.xml package.json Adding it to a Ionic 2 project…
Alex
  • 166
  • 8