https://crosswalk-project.org/documentation/cordova/cordova_4.html

https://www.scirra.com/tutorials/71/how-to-make-native-phone-apps-with-construct-2-and-phonegap

https://www.scirra.com/tutorials/top/page-1?cat=100

 

 

Actually these are the basic commands needed,

CODE: SELECT ALL
cordova create appname com.example.appname appName
cd appname
cordova platform add android
cordova plugin add cordova-plugin-crosswalk-webview
cordova plugin add com.cranberrygame.phonegap.plugin.ad.admob

And here in the appname folder there will be a folder called “www”. so, you just need to replace the contents of this folder with the “cordova exported files from C2”

CODE: SELECT ALL
Cordova build
cordova run

And running the above 2 command will generate apk and run it with the attached android phone,

 

 

 

https://www.youtube.com/watch?v=r68lxg5spQY