I have created a custom Cordova plugin locally using Cordova jar and Android studio according to my need.
Previously, I can install it easily on Cordova or Ionic (for older version) application.
Procedure I have done to install plugin:
- ionic cordova plugin add plugin < my custom plugin path >
- npm install --save @ionic-native/< my_custom_plugin_path >
For older version using step 1 only.
But I am unable to install it in ionic 3 application. Procedure step 2 creates file configuration related issues. And it's not giving proper error for this step.