Skip to content

Instantly share code, notes, and snippets.

@tysonchamp
Created January 12, 2020 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tysonchamp/0d255856473e9893af2546bf7f1fc1e6 to your computer and use it in GitHub Desktop.
Save tysonchamp/0d255856473e9893af2546bf7f1fc1e6 to your computer and use it in GitHub Desktop.
cordova path
#android cordova code
export ANDROID_HOME=/home/gbyte/Android/Sdk
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment