To do that.
Read moreHow do I update Gradle plugins?
Method 1
Read moreHow do I update my Android plugins?
Updating the plugin is like changing the dependency classpath mentioned in the project gradle file . For this please open Project level build. gradle file located outside all the modules. This is the Top-level build file where you can add configuration options common to all sub-projects/modules.
Read moreHow do I update my Gradle version on ionic?
Updating Gradle version for Cordova mobile apps
Read moreCan I install JDK after Android Studio?
The next piece of software for you to install is called Android Studio. This is an official text editor and integrated development environment (IDE) for developing Android apps. You must install Oracle JDK before installing Android Studio , so please don’t start this step until you have completed Step 1 above.
Read moreHow do I check my JDK version?
Java Version under Windows Start Menu – Java 7 Update 40 (7u40) and later versions
Read moreDo I have to download JDK for Android Studio?
You must install Oracle JDK before installing Android Studio , so please don’t start this step until you have completed Step 1 above. Download Android Studio from the following address: Android Studio Download Page.
Read more