Skip to content

Instantly share code, notes, and snippets.

@pherrymason
Last active August 29, 2015 14:12
Show Gist options
  • Save pherrymason/3c8cc14e8b9069b54c8a to your computer and use it in GitHub Desktop.
Save pherrymason/3c8cc14e8b9069b54c8a to your computer and use it in GitHub Desktop.
Install PhoneGap
Install the following:
npm install -g phonegap
npm install -g cordova
npm install -g plugman
Modify `.zshrc`:
export ANDROID_HOME=~/dev/android/sdk
export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"
Desinstalar aplicación
adb shell pm uninstall -k com.ufumbuzi.eimagen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment