Cordova(PhoneGap)
Windows
Installation
aarooraa fullstack
www.aarooraa.com 1
Agenda
• Introduction
• System Requirement
• Download and Install Needed Software
• Setup Environment Variables
• Create and Run Sample Project
www.aarooraa.com 2
Introduction
• Cordova is a open source version of PhoneGap
• Full/Major parts of application can be created just by
HTML5 [HTML + CSS + JS]
• Supports more than 8 mobile platforms (e.g. iOS,
Android, Windows Phone and etc.)
• Developers are allowed to create more customizable
components in their native code and able to integrate by
Cordova Platform specific project.
• Command Line Interface (CLI) is a tool to CREATE,
UPDATE and maintain Cordova projects easily.
www.aarooraa.com 3
System Requirement
• Computer with Windows Operating System (Can be
Windows 7, 8 or 10)
• RAM : Minimum 2GB, Recommended 4GB
• Internet Connection (Mandatory for Cordova Installation
by NPM)
www.aarooraa.com 4
Download and Install
Needed Software
• JDK (Java Development Kit)
o http://www.oracle.com/technetwork/java/javase/downloads/index.html
• Node.js
o https://nodejs.org/en/download/
• Apache ANT
o http://ant.apache.org/ivy/download.cgi
• Android SDK
o http://developer.android.com/sdk/index.html#Other
• Brackets (Optional)
o http://brackets.io/
• Genymotion (Optional)
o https://www.genymotion.com/#!/download
www.aarooraa.com 5
Setup Environment
Variables
• JAVA_HOME
• ANT_HOME
• ANDROID_HOME
www.aarooraa.com 6
Create and Run Cordova
Project
• cordova create Aaroraa com.aarooraa Aarooraa
• cordova add platform android
• cordova build android
• cordova run android
www.aarooraa.com 7
Thank You
aarooraa fullstack
www.aarooraa.com
www.aarooraa.com 8

Cordova Windows Installation

  • 1.
  • 2.
    Agenda • Introduction • SystemRequirement • Download and Install Needed Software • Setup Environment Variables • Create and Run Sample Project www.aarooraa.com 2
  • 3.
    Introduction • Cordova isa open source version of PhoneGap • Full/Major parts of application can be created just by HTML5 [HTML + CSS + JS] • Supports more than 8 mobile platforms (e.g. iOS, Android, Windows Phone and etc.) • Developers are allowed to create more customizable components in their native code and able to integrate by Cordova Platform specific project. • Command Line Interface (CLI) is a tool to CREATE, UPDATE and maintain Cordova projects easily. www.aarooraa.com 3
  • 4.
    System Requirement • Computerwith Windows Operating System (Can be Windows 7, 8 or 10) • RAM : Minimum 2GB, Recommended 4GB • Internet Connection (Mandatory for Cordova Installation by NPM) www.aarooraa.com 4
  • 5.
    Download and Install NeededSoftware • JDK (Java Development Kit) o http://www.oracle.com/technetwork/java/javase/downloads/index.html • Node.js o https://nodejs.org/en/download/ • Apache ANT o http://ant.apache.org/ivy/download.cgi • Android SDK o http://developer.android.com/sdk/index.html#Other • Brackets (Optional) o http://brackets.io/ • Genymotion (Optional) o https://www.genymotion.com/#!/download www.aarooraa.com 5
  • 6.
    Setup Environment Variables • JAVA_HOME •ANT_HOME • ANDROID_HOME www.aarooraa.com 6
  • 7.
    Create and RunCordova Project • cordova create Aaroraa com.aarooraa Aarooraa • cordova add platform android • cordova build android • cordova run android www.aarooraa.com 7
  • 8.