Android Intel XDK project to Ionic CLI build

Hello,

Could someone please help with steps to be followed to port an Android Intel XDK project to Ionic CLI build process.

The build succeeds but included plugins doesn’t get installed.

Any help is highly appreciated.

Thanks in advance!

Maybe edit the package.json file of your Ionic project to add the plugins to the “cordovaPlugins” section, and then you can install them with the command:

ionic state restore --plugins

which will install the plugins specified in the package.json file.