-2

enter image description here

I got gradle error when i try to build my project.Please help

following image describes my ionic info

enter image description here

julia
  • 25
  • 2

1 Answers1

0

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 ? )

Myriam Sarah
  • 128
  • 1
  • 2
  • 10