I use Git Bash and Cordova to create phone apps, but when I try to build my app, it displays this :
I already put the PATH in environment variables. Maybe the problem is in the .bash_profile here
ADT_SDK="C:\sdk" export JAVA_HOME="C:\Program Files\Java\jdk1.8.0_231" export PATH=$PATH:$ADT_SDK/platform-tools:$ADT_SDK/tools:$JAVA_HOME/bin:$ANT_HOME/bin