vincent
vincent

Reputation: 517

Import custom cordova plugin into IBM Mobile First version 7.1 using Eclipse

How to import custom cordova plugin into IBM Mobile First version 7.1 project using Eclipse?

Upvotes: 0

Views: 94

Answers (1)

Keerthi
Keerthi

Reputation: 423

The custom Cordova plugin's native files and associated Javascript files will need to be added manually into the MFP 7.1 Hybrid project in the Studio.

Please follow this blog for the steps needed to include a custom plugin :

https://mobilefirstplatform.ibmcloud.com/blog/2015/08/03/integrating-3rd-party-cordova-plug-ins/

Steps on creating a custom plugin from scratch and associated configurations ( with a working sample) is available here:

Upvotes: 2

Related Questions