I got gradle error when i try to build my project.Please help
following image describes my ionic info
I got gradle error when i try to build my project.Please help
following image describes my ionic info
You can install Gradle following this : https://gradle.org/install/ And to "include" your path, you have to add :
export PATH=$PATH:/opt/gradle/gradle-4.0.1/bin
to the bash file of your pc :) (the path of your /bin file that has been downloaded when installing gradle).
(did you try just a : sudo apt-get install gradle ? )