Last active
August 29, 2015 14:12
-
-
Save pherrymason/3c8cc14e8b9069b54c8a to your computer and use it in GitHub Desktop.
Install PhoneGap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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