Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ayoubkhan558/fa401f2d5369e8c89b8a1cbcb593b9dc to your computer and use it in GitHub Desktop.
Save ayoubkhan558/fa401f2d5369e8c89b8a1cbcb593b9dc 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