Skip to content

Instantly share code, notes, and snippets.

@tmsnvd
Last active August 29, 2015 14:01
Show Gist options
  • Save tmsnvd/254b64cb547ec6dfd899 to your computer and use it in GitHub Desktop.
Save tmsnvd/254b64cb547ec6dfd899 to your computer and use it in GitHub Desktop.
Cordova installation on Windows
Download Apache Ant
Download Android SDK
Set Enviroment Vars:
ANDROID_HOME with the c:\sdk\android value
ANT_HOME with the c:\tools\apache-ant
Add to PATH:
;%PATH%\tools;%ANT_HOME%\bin;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
Create AVD with Android SDK manager :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment