config i copy and paste in cocoon
<gap:plugin name="org.crosswalk.engine" source="pgb" />
<gap:plugin name="cordova-plugin-whitelist" source="npm" />
<access origin="*" />
<gap:plugin name="https://github.com/appodeal/Appodeal-PhoneGap-plugin.git" source="npm" />
<gap:plugin name="https://github.com/appodeal/PhoneGap-GooglePlayServices.git" source="npm" />
<gap:plugin name="org.apache.cordova.inappbrowser" source="npm" />
yes i change the 5 gap:plugin to cocoon:plugin
i think this line is giving the error
<gap:plugin name="org.crosswalk.engine" source="pgb" />
i get this email error
Faulty compiled platforms
android
Fetching plugin "org.crosswalk.engine@" via cordova plugins registry
npm http GET http://registry.cordova.io/org.crosswalk.engine
npm http 404 http://registry.cordova.io/org.crosswalk.engine
Fetching from cordova plugins registry failed: 404 Not Found: org.crosswalk.engine
Fetching plugin "org.crosswalk.engine@" via npm
npm http GET https://registry.npmjs.org/org.crosswalk.engine
npm http 404 https://registry.npmjs.org/org.crosswalk.engine
TypeError: Cannot read property 'latest' of undefined
at next (opt/sdks/cordova-5.0.0/node_modules/cordova-lib/node_modules/npm/lib/cache.js:667:35)
at opt/sdks/cordova-5.0.0/node_modules/cordova-lib/node_modules/npm/lib/cache.js:695:5
at saved (opt/sdks/cordova-5.0.0/node_modules/cordova-lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:162:7)
at opt/sdks/cordova-5.0.0/node_modules/cordova-lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:123:7
at Object.oncomplete (fs.js:108:15)