Last active
August 29, 2015 14:12
-
-
Save pherrymason/3c8cc14e8b9069b54c8a to your computer and use it in GitHub Desktop.
Revisions
-
pherrymason revised this gist
Dec 30, 2014 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -7,4 +7,9 @@ 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 -
pherrymason created this gist
Dec 30, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 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"