I'm currently learning Ionic and I am facing an issue when I try to build my project on an android platform.
When I run ionic build android
I get the following error :
I tried to add a gradle.properties
file with proxy configuration but that didn't solve my problem.
Removing and recreating the Android platform didn't resolve the problem either.
How can I resolve this problem?