I\'m trying to do phonegap build android and I have this message :
phonegap build android
[phonegap] detecting Android SDK environment... [phonegap] using the local en
This is because you haven't installed ANT! download it from here and install it step by step https://ant.apache.org/manual/install.html
Then running the last command it will install the dependencies needed.