I\'m trying to do phonegap build android and I have this message :
[phonegap] detecting Android SDK environment...
[phonegap] using the local en
What solved the issue for me was having 2 directories on my PATH, the android platform-tools and tools. In my pc those folders were at C:\Program Files (x86)\Android\android-sdk\tools C:\Program Files (x86)\Android\android-sdk\platform-tools
Also make sure you have the following environment variables
I removed the .cordova folder under my user folder but I'm not quite sure if that helped as well.
These links may help you