- 1
Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio
- 1
Ionic build error: Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio

- Report
Mohit Vishwakarma
error :- Execution failed for task ‘:app:processDebugGoogleServices’.
solution:-
And than
put inside config.xml
<platform name=“android“> <resource-file src=“google-services.json“ target=“app/google-services.json“ /> … </platform> <platform name=“ios“> <resource-file src=“GoogleService-Info.plist“ /> … </platform>Bittu Kumar
Download gradle binary from the link in the answer Gradle Download
Extract the zip file to ‘C:Gradle’ or somewhere else open Edit Environment variable dialog from start menu > Search
Click ‘New’ under system variables and add as below
Variable Name
GRADLE_HOMEVariable ValueC:Gradlegradle-4.0.1Then choose
PATHvariable from system variable listappend the gradle path to variable value like this
C:Gradlegradle-4.0.1binthen press win Key+R type cmd then enter > in command terminal type gradle -v
Then you can see something like this :