Forked from ayoubkhan558-zz/Android Setup for ionic 4 App
Created
April 22, 2022 14:22
-
-
Save ayoubkhan558/fa401f2d5369e8c89b8a1cbcb593b9dc to your computer and use it in GitHub Desktop.
Android Setup for ionic 4 App
This file contains hidden or 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 characters
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