- Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
- Chrome's V8 JavaScript engine: Google's open source high-performance JavaScript engine, written in C++ and used in Google Chrome, the open source browser from Google.
Programming Language : Javascript, HTML & CSS
Documentation https://cordova.apache.org/docs/
Change repositories from maven to jcenter
jcenter {
url "http://jcenter.bintray.com/"
}
jcenter {
url "http://jcenter.bintray.com/"
}
commands
cordova create hello com.example.hello HelloWorld
cordova platform add android --save
cordova platform ls
cordova build android
cordova create hello com.example.hello HelloWorld
cordova platform add android --save
cordova platform ls
cordova build android
cordova emulate --target=name_of_your_emulator android
reference:
create your first coredova app
npm ERR! code SELF_SIGNED_CERT_IN_CHAIN
Peer not authenticated
http://stackoverflow.com/questions/22887829/peer-not-authenticated-while-importing-gradle-project-in-eclipse
No comments:
Post a Comment