I am trying to create an Android project on Windows using Cordova 2.2.0 (PhoneGap). According to this blog post this command should work -
The command:
export PATH=/android-sdks/tools/:$PATH
did the trick for me.