Skip to content

Instantly share code, notes, and snippets.

@ayoubkhan558-zz
Created July 9, 2019 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ayoubkhan558-zz/14adcf1aaad8286bc3de77c464e8a82e to your computer and use it in GitHub Desktop.
Save ayoubkhan558-zz/14adcf1aaad8286bc3de77c464e8a82e to your computer and use it in GitHub Desktop.
Android Setup for ionic 4 App
1: Install Java JDK 8
2: Install Ionic 4 globaly through NPM
3: Install Gradle
Installing Gradle manually
https://gradle.org/next-steps/?version=5.5&format=bin
Step 1. Download the latest Gradle distribution
Step 2. Unpack the distribution
Create a new directory C:\Gradle with File Explorer and extract Gradle zip file into it.
Step 3:
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.5\bin. Click OK to save.
4: Install Android Studio
5: Install Android Studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment