Last active
December 7, 2023 01:31
Revisions
-
rupeshtiwari revised this gist
Jun 9, 2019 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@  # Creating Android/iOS app using Apache Cordova from scratch > Apache Cordova is software that helps you to create & deploy android, ios apps within few minutes. > Apache Cordova Full Course- The Complete Step by Step Guide to create your first Android app & Deploy in Google Play. @@ -9,5 +9,7 @@ [Download Complete Source Code Here!](https://github.com/rupeshtiwari/Online-Shop-eCommerce-Android-App) Step by step explanation to install and create android app and deploy on play store. 1. [Installing Cordova On Windows Machine](https://gist.github.com/rupeshtiwari/a4b78077a6bfb6db88bcb09c469372db#file-101-installation-guide-for-cordova-on-windows-md) 2. [Creating your First Android App](https://gist.github.com/rupeshtiwari/a4b78077a6bfb6db88bcb09c469372db#file-102-create-your-first-android-app-using-cordova-md) -
rupeshtiwari revised this gist
Jun 9, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,8 @@ # Getting Started With Cordova on Windows > Apache Cordova is software that helps you to create & deploy android, ios apps within few minutes. > Apache Cordova Full Course- The Complete Step by Step Guide to create your first Android app & Deploy in Google Play. > You will learn How to Publish App (HTML/CSS/JS) code to Google Play Store - Cordova. > Publish REACT / ANGULAR / VUE JS App to Google play. Learn How to convert web app to android app without any code change and publish it in few steps. -
rupeshtiwari revised this gist
Jun 9, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ # Step by Step Cordova Installation Guide on Windows Machine Please follow the steps to get `Cordova` installed and ready for your upcoming `android ios` apps. ## 👉🏻 Prerequisites -
rupeshtiwari revised this gist
Jun 9, 2019 . 1 changed file with 12 additions and 9 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -48,17 +48,20 @@ Before starting lets make sure you have installed and confirmed below softwares. Please use your own folder path while updating environment variables. **Step 1. Download Android Studio** Go to [Android Studio Download Page](https://developer.android.com/studio/index.html) and **download android studio exe file**. https://developer.android.com/studio/index.html  **Install android studio Now!** **Step 2. Update Window Environment Variables** by adding sdk tools & platform-tools folder path that is below 2 Entries in User Variables - `C:\Users\rtiwari\AppData\Local\Android\Sdk\tools` - `C:\Users\rtiwari\AppData\Local\Android\Sdk\platform-tools`  **Step 3. Create ANDROID_SDK_ROOT a new User & System Windows Env Variable** Variables pointing to ANDROID SDK folder: `C:\Users\rupesh\AppData\Local\Android\Sdk`  @@ -107,7 +110,7 @@ Run below script in admin powershell to check ANDROID_SDK_ROOT path. $ENV:ANDROID_SDK_ROOT ```  ### 3. **Confirm JDK 8 Installation** -
rupeshtiwari revised this gist
Jun 9, 2019 . 3 changed files with 32 additions and 29 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -62,11 +62,32 @@ Please use your own folder path while updating environment variables.  👉**Note:** _You may need to restart your machine after changing user environment variables._ ## 👉🏻 Install Gradle. Step#4 As of Cordova-Android 6.4.0, Gradle is now required to be installed to build Android. Step 1. **[Download](https://gradle.org/releases/) the latest Gradle distribution**  Step 2. **Copy Gradle Bin to c:\Gradle** Create a new directory C:\Gradle with File Explorer and copy `gradle-5.4.1` folder into it.  Step 3. **Configure your system environment for Gradle**. In File Explorer right-click on the This PC (or Computer) icon, then click `Properties -> Advanced System Settings -> Environmental Variables`. Under System Variables select Path, then click Edit. Add an entry for `C:\Gradle\gradle-5.4.1\bin`. Click OK to save.  ## 👉🏻 Confirm Paths & Installations Step#5 👉**Note:** _Before Confirming your paths and installations please restart your machine ignore if you already restarted after adding windows environment variables_. ### 1. **Confirm JAVA_HOME path.** @@ -80,7 +101,7 @@ $ENV:JAVA_HOME ### 2. **Confirm ANDROID_SDK_ROOT path.** Run below script in admin powershell to check ANDROID_SDK_ROOT path. ```sh $ENV:ANDROID_SDK_ROOT @@ -90,7 +111,7 @@ $ENV:ANDROID_SDK_ROOT ### 3. **Confirm JDK 8 Installation** - Run below script to check JDK Installed: - Run Below SCRIPT on Admin Command Prompt/Powershell @@ -102,29 +123,11 @@ $ENV:ANDROID_SDK_ROOT ### 4. **Confirm Android Studio** is installed by running below script ```sh adb version ``` You should see this output: `Android Debug Bridge version 1.0.41 Version 28.0.3-5475833`  LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rupeshtiwari revised this gist
Jun 9, 2019 . 4 changed files with 31 additions and 19 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,21 +1,21 @@ # Installation Guide for Cordova On Windows ## 👉🏻 Prerequisites Before starting lets make sure you have installed and confirmed below softwares. - Install Node.js ( get the download file from http://nodejs.org) - Confirm Node.js is installed by running `node --version` - Install Git ( get the download file from http://git-scm.com. )  ## 👉🏻 Installing Cordova on Windows. Step#1 - Install Cordova Npm Package **Run the script to install Cordova in your windows machine** ```sh npm i -g cordova ``` 👉**Note:** _Make sure you open cmd / powershell on administrator mode_ @@ -32,18 +32,17 @@ Before starting lets make sure you have installed and confirmed below softwares. 1. **Download the JDK 8 EXE** and install it on your local machine. In order for installing go to [Download Java Development Kit JDK 8.0 from here!](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - **Add User/System Windows Env Variables** - **Add the jdk bin folder path** (`C:\Program Files\Java\jdk1.8.0_211\bin)` in both user and system path in Windows Environment Variables. - **Search for edit environment variables in windows** - **configuring environment variables for jdk** bin folder  - **Create JAVA_HOME User/System Variable in Windows Env Variable** with Value being the installed location of the JDK for me it is `C:\Program Files\Java\jdk1.8.0_211`  ## 👉🏻 Install Android Studio. Step #3 @@ -59,9 +58,9 @@ Please use your own folder path while updating environment variables. - `C:\Users\rtiwari\AppData\Local\Android\Sdk\tools` - `C:\Users\rtiwari\AppData\Local\Android\Sdk\platform-tools`  - **Create ANDROID_SDK_ROOT a new User & System Windows Env Variable** Variables pointing to ANDROID SDK folder: `C:\Users\rupesh\AppData\Local\Android\Sdk`  👉**Note:** _You many need to restart your machine after changing user environment variables._ @@ -77,7 +76,7 @@ Run below script in admin powershell to check JAVA_HOME path. $ENV:JAVA_HOME ```  ### 2. **Confirm ANDROID_SDK_ROOT path.** @@ -89,17 +88,17 @@ $ENV:ANDROID_SDK_ROOT ![Confirm ANDROID_SDK_ROOT path from powershell ]() ### 3. **Confirm JDK 8 Installation** - **Run below script to check JDK Installed**: - Run Below SCRIPT on Admin Command Prompt/Powershell ```sh javac -version ```  ### 4. **Confirm Android Studio** is installed by running below script @@ -109,10 +108,23 @@ $ENV:ANDROID_SDK_ROOT 👉**Note:** _You many need to restart your machine if you do not see java version on command prompt._ ## 👉🏻 Install Gradle As of Cordova-Android 6.4.0, Gradle is now required to be installed to build Android. Step 1. **[Download](https://gradle.org/releases/) the latest Gradle distribution**  Step 2. **Copy Gradle Bin to c:\Gradle** Create a new directory C:\Gradle with File Explorer and copy `gradle-5.4.1` folder into it. ![Copy Gradle Bin]() Step 3. **Configure your system environment for Gradle**. In File Explorer right-click on the This PC (or Computer) icon, then click `Properties -> Advanced System Settings -> Environmental Variables`. Under System Variables select Path, then click Edit. Add an entry for `C:\Gradle\gradle-5.4.1\bin`. Click OK to save. ![Configure your system environment]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rupeshtiwari revised this gist
Jun 9, 2019 . 11 changed files with 80 additions and 44 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,5 +6,7 @@ > You will learn How to Publish App (HTML/CSS/JS) code to Google Play Store - Cordova. > Publish REACT / ANGULAR / VUE JS App to Google play. Learn How to convert web app to android app without any code change and publish it in few steps. [Download Complete Source Code Here!](https://github.com/rupeshtiwari/Online-Shop-eCommerce-Android-App) 1. [Installing Cordova On Windows Machine](https://gist.github.com/rupeshtiwari/a4b78077a6bfb6db88bcb09c469372db#file-101-installation-guide-for-cordova-on-windows-md) 2. [Creating your First Cordova Project](https://gist.github.com/rupeshtiwari/a4b78077a6bfb6db88bcb09c469372db#file-102-create-your-first-android-app-using-cordova-md) This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,66 +1,51 @@ # Installation Guide for Cordova On Windows ## Prerequisites Before starting lets make sure you have installed and confirmed below softwares. - Install Node.js ( get the download file from http://nodejs.org) - Confirm Node.js is installed by running `node --version` - Install Git ( get the download file from http://git-scm.com. ) ![Node & GIt installation confirmation]() ## 👉🏻 Installing Cordova on Windows. Step#1 - Install Cordova Npm Package **Run the script to install Cordova in your windows machine** ```sh `npm i -g cordova` ``` 👉**Note:** _Make sure you open cmd / powershell on administrator mode_  - Confirm Cordova is installed by running `cordova --version`  ## 👉🏻 Installing Java Development Kit (JDK) on Windows. Step#2 ### Install JDK 8 & Configure Environment Variables 1. **Download the JDK 8 EXE** and install it on your local machine. In order for installing go to [Download Java Development Kit JDK 8.0 from here!](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - **Add User/System Windows Env Variables** - **Add the jdk bin folder path** (`C:\Program Files\Java\jdk-12.0.1\bin)` in both user and system path in Windows Environment Variables. - **Search for edit environment variables in windows** - **configuring environment variables for jdk** bin folder  - **Create JAVA_HOME User/System Variable in Windows Env Variable** with Value being the installed location of the JDK for me it is `C:\Program Files\Java\jdk-12.0.1`   ## 👉🏻 Install Android Studio. Step #3 Please use your own folder path while updating environment variables. @@ -74,11 +59,60 @@ Please use your own folder path while updating environment variables. - `C:\Users\rtiwari\AppData\Local\Android\Sdk\tools` - `C:\Users\rtiwari\AppData\Local\Android\Sdk\platform-tools`  - **Create ANDROID_SDK_ROOT a new User & System Windows Env Variable** Variables pointing to ANDROID SDK folder: `C:\Users\rtiwari\AppData\Local\Android\Sdk` ![Android sdk windows env variables]() 👉**Note:** _You many need to restart your machine after changing user environment variables._ ## 👉🏻 Confirm Paths & Installations Step#4 👉**Note:** _Before Confirming your paths and installations please restart your machine_. ### 1. **Confirm JAVA_HOME path.** Run below script in admin powershell to check JAVA_HOME path. ```sh $ENV:JAVA_HOME ``` ![Confirm JAVA_HOME path]() ### 2. **Confirm ANDROID_SDK_ROOT path.** Run below script in admin powershell to check ANDROID_HOME path. ```sh $ENV:ANDROID_SDK_ROOT ``` ![Confirm ANDROID_SDK_ROOT path from powershell ]() ### 3. **Confirm JDK Installation** - \*\*\*\* Run below script to check JDK Installed: - Run Below SCRIPT on Admin Command Prompt/Powershell ```sh javac version ```  ### 4. **Confirm Android Studio** is installed by running below script - `adb version` You should see this output: `Android Debug Bridge version 1.0.41 Version 28.0.3-5475833`  👉**Note:** _You many need to restart your machine if you do not see java version on command prompt._ ## 👉🏻 Install Graddle As of Cordova-Android 6.4.0, Gradle is now required to be installed to build Android. Step 1. [Download](https://gradle.org/releases/) the latest Gradle distribution ![Download Graddle]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rupeshtiwari revised this gist
Jun 8, 2019 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -39,7 +39,7 @@ cordova platform add android  **👮🏻 Check Android folder is created under platform folder**  @@ -53,6 +53,7 @@ cordova platform add browser  **👮🏻 Check Browsers folder created under platform folder**  -
rupeshtiwari revised this gist
Jun 8, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -51,7 +51,7 @@ cordova platform add android cordova platform add browser ```  **👮🏻 Check your Project platform folder** -
rupeshtiwari revised this gist
Jun 8, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -81,4 +81,4 @@ Please use your own folder path while updating environment variables. `Android Debug Bridge version 1.0.41 Version 28.0.3-5475833`   -
rupeshtiwari revised this gist
Jun 8, 2019 . 2 changed files with 4 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -74,8 +74,11 @@ Please use your own folder path while updating environment variables. - `C:\Users\rtiwari\AppData\Local\Android\Sdk\tools` - `C:\Users\rtiwari\AppData\Local\Android\Sdk\platform-tools`  - **Add ANDROID_HOME variable** to both in User & System Environment Variables pointing to SDK folder: `C:\Users\rtiwari\AppData\Local\Android\Sdk` - **Confirm Android Studio is installed** by running below script - `adb version` You should see this output: `Android Debug Bridge version 1.0.41 Version 28.0.3-5475833`  ![ANDROID HOME]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rupeshtiwari revised this gist
Jun 8, 2019 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,11 +19,11 @@ Go to desired folder location where you want to create project. Open powershell/ cordova create product-mart com.rupeshtiwari.productmart product-mart ```  Open project in Visual Studio Code  **🏃🏻Run** `npm i` to install dependencies. @@ -37,11 +37,11 @@ Open project in Visual Studio Code cordova platform add android ```  **👮🏻 Check your Project platform folder**  ### 2. Add Browser Platform @@ -55,4 +55,4 @@ cordova platform add browser **👮🏻 Check your Project platform folder**  -
rupeshtiwari revised this gist
Jun 8, 2019 . 5 changed files with 31 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Create your First Android App using Cordova ## 👉🏻Step1 Create a Cordova Project In order to publish your android app you need to first create an cordova project. @@ -26,3 +26,33 @@ Open project in Visual Studio Code ![Open project in Visual Studio Code ]() **🏃🏻Run** `npm i` to install dependencies. ## 👉🏻Step2 Add Platform Folders ### 1. Add Android Platform **🏃🏻Run** below script to create **android** platform ```sh cordova platform add android ``` ![ Add Android Platform Script]() **👮🏻 Check your Project platform folder** ![Android platform folder explore]() ### 2. Add Browser Platform **🏃🏻Run** below script to create **Browser** platform ```sh cordova platform add browser ``` ![ Add Android browser Script]() **👮🏻 Check your Project platform folder** ![Android bro browser explore]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rupeshtiwari revised this gist
Jun 8, 2019 . 4 changed files with 30 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,10 @@  # Getting Started With Cordova on Windows > Cordova Full Course- The Complete Step by Step Guide to creaste your first Android app & Deploy in Google Play. > You will learn How to Publish App (HTML/CSS/JS) code to Google Play Store - Cordova. > Publish REACT / ANGULAR / VUE JS App to Google play. Learn How to convert web app to android app without any code change and publish it in few steps. 1. [Installing Cordova On Windows Machine](https://gist.github.com/rupeshtiwari/a4b78077a6bfb6db88bcb09c469372db#file-101-installation-guide-for-cordova-on-windows-md) 2. [Creating your First Cordova Project](https://gist.github.com/rupeshtiwari/a4b78077a6bfb6db88bcb09c469372db#file-102-create-your-first-android-app-using-cordova-md) This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,28 @@ # Create your First Android App using Cordova ## 👉🏻First Create a Cordova Project In order to publish your android app you need to first create an cordova project. Cordova app naming convention is as described below: **Cordova App Naming convention** `<appname com.domain.project appname>` **Example** :`product-mart com.rupeshtiwari.productmart product-mart` Go to desired folder location where you want to create project. Open powershell/cmd in admin mode. **🏃🏻Run below script to create project** ```sh cordova create product-mart com.rupeshtiwari.productmart product-mart ``` ![Create Cordova Project Run Script]() Open project in Visual Studio Code ![Open project in Visual Studio Code ]() **🏃🏻Run** `npm i` to install dependencies. LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rupeshtiwari revised this gist
Jun 8, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ > Cordova Full Course- The Complete Step by Step Guide to creaste your first Android app & Deploy in Google Play. 1. [Installing Cordova On Windows Machine](https://gist.github.com/rupeshtiwari/a4b78077a6bfb6db88bcb09c469372db#file-101-installation-guide-for-cordova-on-windows-md) 2. [Creating your First Cordova Project](https://gist.github.com/rupeshtiwari/a4b78077a6bfb6db88bcb09c469372db#file-102-create-your-first-android-app-using-cordova-md) -
rupeshtiwari revised this gist
Jun 8, 2019 . 3 changed files with 2 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,5 +3,5 @@ > Cordova Full Course- The Complete Step by Step Guide to creaste your first Android app & Deploy in Google Play. 1. [Installing Cordova On Windows Machine](https://gist.github.com/rupeshtiwari/a4b78077a6bfb6db88bcb09c469372db#file-101-installation-guide-for-cordova-on-windows-md) 2. [Creating your First Cordova Project]() Empty file.This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ # Create your First Android App using Cordova -
rupeshtiwari revised this gist
Jun 8, 2019 . 1 changed file with 17 additions and 10 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,21 +1,23 @@ # Installation Guide for Cordova On Windows ## 👉🏻Step1 Installing Cordova on Windows - Install Node.js ( get the download file from http://nodejs.org) - Confirm Node.js is installed by running `node --version` - Install Git ( get the download file from http://git-scm.com. ) - Install Cordova Npm Package run the script `npm i -g cordova` ( Make sure you open cmd / powershell on administrator mode )  - Confirm Cordova is installed by running `cordova --version`  ## 👉🏻Step2 Installing Java Development Kit (JDK) on Windows You need to install **Java Development Kit (JDK)** If you already have installed it then check it by running below script in cmd or powershell: ```sh javac -version ``` If JDK is not installed you will see below error: @@ -31,7 +33,7 @@ In order for installing go to [Download Java Development Kit from here!](https:/ https://download.oracle.com/otn-pub/java/jdk/12.0.1+12/69cfe15208a647278a19ef0990eea691/jdk-12.0.1_windows-x64_bin.zip ### Step 2: Install JDK & Configure Environment Variables - **Download the JDK EXE** and install it on your local machine. @@ -47,13 +49,18 @@ https://download.oracle.com/otn-pub/java/jdk/12.0.1+12/69cfe15208a647278a19ef099   - **Confirm JDK Installation** Run below script to check JDK Installed: - Run Below SCRIPT on Admin Command Prompt/Powershell ```sh javac version ```  👉**Note:** _You many need to restart your machine if you do not see java version on command prompt._ ## 👉🏻Step3: Install Android Studio Please use your own folder path while updating environment variables. -
rupeshtiwari revised this gist
Jun 8, 2019 . 2 changed files with 10 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ - Confirm Node.js is installed by running `node --version` - Install Git ( get the download file from http://git-scm.com. ) - Install Cordova Npm Package run the script `npm i -g cordova` ( Make sure you open cmd / powershell on administrator mode ) ![installing cordova on windows]() - Confirm Cordova is installed by running `cordova --version`  @@ -27,6 +27,10 @@ operable program or batch file. In order for installing go to [Download Java Development Kit from here!](https://www.oracle.com/technetwork/java/javase/downloads/index.html) **JDK 12.0 exe Download Direct Link** https://download.oracle.com/otn-pub/java/jdk/12.0.1+12/69cfe15208a647278a19ef0990eea691/jdk-12.0.1_windows-x64_bin.zip ### Step 1: Install JDK & Configure Environment Variables - **Download the JDK EXE** and install it on your local machine. @@ -41,9 +45,12 @@ In order for installing go to [Download Java Development Kit from here!](https:/ - **Add new entry called as JAVA_HOME** with Value being the installed location of the JDK for me it is `C:\Program Files\Java\jdk-12.0.1`   - **Confirm JDK Installation** Run below script to check JDK Installed: - Run SCRIPT on Admin Command Prompt/Powershell ```sh javac version ```  ### Step 2: Install Android Studio LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rupeshtiwari revised this gist
Jun 8, 2019 . 6 changed files with 12 additions and 14 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ - Install Cordova Npm Package run the script `npm i -g cordova` ( Make sure you open cmd / powershell on administrator mode ) ![install cordova in windows nodejs]() - Confirm Cordova is installed by running `cordova --version`  ## Installing Java Development Kit (JDK) on Windows @@ -25,45 +25,43 @@ C:\Windows\system32>javac -version operable program or batch file. ``` In order for installing go to [Download Java Development Kit from here!](https://www.oracle.com/technetwork/java/javase/downloads/index.html) ### Step 1: Install JDK & Configure Environment Variables - **Download the JDK EXE** and install it on your local machine. - **Once JDK is installed** then go to the windows environment variables - **Add the jdk bin folder path** (`C:\Program Files\Java\jdk-12.0.1\bin)` in both user and system path in Windows Environment Variables. - **Search for edit environment variables in windows** - **configuring environment variables for jdk** bin folder  - **Add new entry called as JAVA_HOME** with Value being the installed location of the JDK for me it is `C:\Program Files\Java\jdk-12.0.1`  ![confirm java home on environment variables]() - **Confirm JDK Installation** Run below script to check JDK Installed: - `javac version`  ### Step 2: Install Android Studio Please use your own folder path while updating environment variables. - Go to [Android Studio Download Page](https://developer.android.com/studio/index.html) and **download android studio exe file**. https://developer.android.com/studio/index.html  **Install android studio Now!** - **Update Window Environment Variables** by adding sdk tools & platform-tools folder path that is below 2 Entries in User Variables - `C:\Users\rtiwari\AppData\Local\Android\Sdk\tools` - `C:\Users\rtiwari\AppData\Local\Android\Sdk\platform-tools`  - **Add ANDROID_HOME variable** to both in User & System Environment Variables like we already added JAVA_HOME pointing to SDK folder: `C:\Users\rtiwari\AppData\Local\Android\Sdk` - **Confirm Android Studio is installed** by running below script - `adb version` You should see this output: `Android Debug Bridge version 1.0.41 Version 28.0.3-5475833`  Empty file.Empty file.Empty file.Empty file.Empty file. -
rupeshtiwari revised this gist
Jun 8, 2019 . 2 changed files with 2 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ .vscode/settings.json This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,7 +27,7 @@ operable program or batch file. ![java jdk not installed]() In order for installing go to [Download Java Development Kit from here!](https://www.oracle.com/technetwork/java/javase/downloads/index.html) ### Step 1: Install JDK & Configure Environment Variables -
rupeshtiwari revised this gist
Jun 8, 2019 . 1 changed file with 33 additions and 33 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ ## Installing Cordova on Windows - Install Node.js ( get the download file from http://nodejs.org) - Confirm Node.js is installed by running `node --version` - Install Git ( get the download file from http://git-scm.com. ) - Install Cordova Npm Package run the script `npm i -g cordova` ( Make sure you open cmd / powershell on administrator mode ) ![install cordova in windows nodejs]() - Confirm Cordova is installed by running `cordova --version` ![check cordova version]() ## Installing Java Development Kit (JDK) on Windows You need to install **Java Development Kit (JDK)** If you already have installed it then check it by running below script in cmd or powershell: @@ -27,43 +27,43 @@ operable program or batch file. ![java jdk not installed]() In order for installing go to [JDK Download Page](https://www.oracle.com/technetwork/java/javase/downloads/index.html) ### Step 1: Install JDK & Configure Environment Variables - **Download the JDK EXE** and install it on your local machine. ![download jdk exe]() - **Once JDK is installed** then go to the windows environment variables - **Add the jdk bin folder path** (`C:\Program Files\Java\jdk-12.0.1\bin)` in both user and system path in Windows Environment Variables. ![search for edit environment variables in windows]() ![configuring environment variables for jdk bin folder]() - **Add new entry called as JAVA_HOME** with Value being the installed location of the JDK for me it is `C:\Program Files\Java\jdk-12.0.1` ![create java home on windows environment variables]() ![confirm java home on environment variables]() - **Confirm JDK Installation** Run below script to check JDK Installed: - `javac version` ![confirming java jdk installation]() ### Step 2: Install Android Studio Please use your own folder path while updating environment variables. - Go to [Android Studio Download Page](https://developer.android.com/studio/index.html) and **download android studio exe file**. ![Android Studio Download Page]() ![Installing android studio]() - **Update Window Environment Variables** by adding sdk tools & platform-tools folder path that is below 2 Entries in User Variables - `C:\Users\rtiwari\AppData\Local\Android\Sdk\tools` - `C:\Users\rtiwari\AppData\Local\Android\Sdk\platform-tools` ![add tools and platform tools in environment variables]() - **Add ANDROID_HOME variable** to both in User & System Environment Variables like we already added JAVA_HOME pointing to SDK folder: `C:\Users\rtiwari\AppData\Local\Android\Sdk` - **Confirm Android Studio is installed** by running below script - `adb version` You should see this output: `Android Debug Bridge version 1.0.41 Version 28.0.3-5475833` ![android studio installation confirmation]() -
rupeshtiwari revised this gist
Jun 8, 2019 . 2 changed files with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@  # Getting Started With Cordova on Windows > Cordova Full Course- The Complete Step by Step Guide to creaste your first Android app & Deploy in Google Play. 1. [Installing Cordova On Windows Machine]() 2. [Creating your First Cordova Project]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rupeshtiwari revised this gist
Jun 6, 2019 . 2 changed files with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@  # Getting Started With Cordova on Windows > Cordova Full Course- The Complete Step by Step Guide to creaste Android app & Deploy in Google Play. 1. [Installing Cordova On Windows Machine]() 2. [Creating your First Cordova Project]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rupeshtiwari revised this gist
Jun 6, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@  # Getting Started With Cordova on Windows > Cordova Full Course- The Complete Step by Step Guide to creaste Android app. 1. [Installing Cordova On Windows Machine]() 2. [Creating your First Cordova Project]() -
rupeshtiwari revised this gist
Jun 6, 2019 . No changes.There are no files selected for viewing
-
rupeshtiwari revised this gist
Jun 4, 2019 . 7 changed files with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,5 +3,5 @@ > Cordova Full Course- The Complete Guide 1. [Installing Cordova On Windows Machine]() 2. [Creating your First Cordova Project]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rtiwari revised this gist
Jun 4, 2019 . 4 changed files with 17 additions and 13 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@  # Getting Started With Cordova on Windows > Cordova Full Course- The Complete Guide 1. [Installing Cordova In Windows Machine]() 2. [Creating your First Cordova Project]() This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,12 +10,12 @@ - Confirm Cordova is installed by running `cordova --version` ![check cordova version]() ## Installing Java Development Kit (JDK) on Windows You need to install **Java Development Kit (JDK)** If you already have installed it then check it by running below script in cmd or powershell: javac -version If JDK is not installed you will see below error: @@ -27,40 +27,43 @@ operable program or batch file. ![java jdk not installed]() In order for installing **JDK Download Page** (https://www.oracle.com/technetwork/java/javase/downloads/index.html) ### Step 1: Install JDK & Configure Environment Variables - **Download the JDK EXE** and install it on your local machine. ![download jdk exe]() - **Once JDK is installed** then go to the windows environment variables - **Add the jdk bin folder path** (`C:\Program Files\Java\jdk-12.0.1\bin)` in both user and system path in Windows Environment Variables. ![search for edit environment variables in windows]() ![configuring environment variables for jdk bin folder]() - **Add new entry called as JAVA_HOME** with Value being the installed location of the JDK for me it is `C:\Program Files\Java\jdk-12.0.1` ![create java home on windows environment variables]() ![confirm java home on environment variables]() - **Confirm JDK Installation** Run below script to check JDK Installed: - `javac version` ![confirming java jdk installation]() ### Step 2: Install Android Studio Please use your own folder path while updating environment variables. - Go to [Android Studio Download Page](https://developer.android.com/studio/index.html) and **download android studio exe file**. ![Android Studio Download Page]() ![Installing android studio]() - **Update Window Environment Variables** by adding sdk tools & platform-tools folder path that is below 2 Entries in User Variables - `C:\Users\rtiwari\AppData\Local\Android\Sdk\tools` - `C:\Users\rtiwari\AppData\Local\Android\Sdk\platform-tools` ![add tools and platform tools in environment variables]() - **Add ANDROID_HOME variable** to both in User & System Environment Variables like we already added JAVA_HOME pointing to SDK folder: `C:\Users\rtiwari\AppData\Local\Android\Sdk` - **Confirm Android Studio is installed** by running below script - `adb version` You should see this output: `Android Debug Bridge version 1.0.41 Version 28.0.3-5475833` ![android studio installation confirmation]() Empty file.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rtiwari revised this gist
Jun 4, 2019 . 6 changed files with 21 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@  # Getting Started With Cordova on Windows > The Complete Guide This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ - Install Git ( get the download file from http://git-scm.com. ) - Install Cordova Npm Package run the script `npm i -g cordova` ( Make sure you open cmd / powershell on administrator mode ) ![install cordova in windows nodejs]() - Confirm Cordova is installed by running `cordova --version` ![check cordova version]() ## Installing Java on Windows @@ -45,3 +45,22 @@ In order for installing JDK go to this URL (https://www.oracle.com/technetwork/j - Add new entry called as JAVA_HOME with Value being the installed location of the JDK for me it is `C:\Program Files\Java\jdk-12.0.1` ![create java home on windows environment variables]() ![confirm java home on environment variables]() ### Step 2: Install Android Studio Please use your own folder path while updating environment variables. - Go to [Android Studio Download Page](https://developer.android.com/studio/index.html) and download android studio exe file. ![Android Studio Download Page]() ![Installing android studio]() - Update Window Environment Variables by adding below 2 Entries in User Variables - `C:\Users\rtiwari\AppData\Local\Android\Sdk\tools` - `C:\Users\rtiwari\AppData\Local\Android\Sdk\platform-tools` ![add tools and platform tools in environment variables]() - Add ANDROID_HOME variable to both in User & System Environment Variables like we already added JAVA_HOME pointing to SDK folder: `C:\Users\rtiwari\AppData\Local\Android\Sdk` - Confirm Android Studio is installed by running below script - `adb version` You should see this output: `Android Debug Bridge version 1.0.41 Version 28.0.3-5475833` ![android studio installation confirmation]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rtiwari revised this gist
Jun 4, 2019 . 3 changed files with 7 additions and 6 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ ![cordova installation guide on windows]() # Getting Started With Cordova on Windows > The Complete Guide This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,13 +35,13 @@ In order for installing JDK go to this URL (https://www.oracle.com/technetwork/j ![download jdk exe]() - Once JDK is installed then go to the windows environment variables - Add the jdk bin folder path (`C:\Program Files\Java\jdk-12.0.1\bin)` in both user and system path. ![search for edit environment variables in windows]() ![configuring environment variables for jdk bin folder]() - Add new entry called as JAVA_HOME with Value being the installed location of the JDK for me it is `C:\Program Files\Java\jdk-12.0.1` ![create java home on windows environment variables]() ![confirm java home on environment variables]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
rtiwari revised this gist
Jun 4, 2019 . 5 changed files with 22 additions and 9 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,21 @@ # Installation Guide for Cordova On Windows ## Installing Cordova on Windows - Install Node.js ( get the download file from http://nodejs.org) - Confirm Node.js is installed by running `node --version` - Install Git ( get the download file from http://git-scm.com. ) - Install Cordova Npm Package run the script `npm i -g cordova` ( Make sure you open cmd / powershell on administrator mode ) ![install cordova in windows nodejs]() - Confirm Cordova is intalled by running `cordova --version` ![check cordova version]() ## Installing Java on Windows You need to install **Java Development Kit (JDK)** If you already have installed it then check it by running below script in cmd or powershell: `javac -version` If JDK is not installed you will see below error: @@ -25,10 +24,24 @@ C:\Windows\system32>javac -version 'javac' is not recognized as an internal or external command, operable program or batch file. ``` ![java jdk not installed]() In order for installing JDK go to this URL (https://www.oracle.com/technetwork/java/javase/downloads/index.html) ### Step 1: Install JDK & Configure Environment Variables - Download the JDK EXE and install it on your local machine. ![download jdk exe]() - Once JDK is installed then go to the windows environment variables - Add the jdk bin folder path (`C:\Program Files\Java\jdk-12.0.1\bin)` in both user and system path. ![search for edit environment variables in windows]() ![configuring environment variables for jdk bin folder]() - Add new entry called as JAVA_HOME with Value being the installed location of the JDK for me it is `C:\Program Files\Java\jdk-12.0.1` ![create java home on windows environment variables]() ![confirm java home on environment variables]() LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.
NewerOlder