Skip to content

Instantly share code, notes, and snippets.

@pherrymason
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save pherrymason/3c8cc14e8b9069b54c8a to your computer and use it in GitHub Desktop.

Select an option

Save pherrymason/3c8cc14e8b9069b54c8a to your computer and use it in GitHub Desktop.

Revisions

  1. pherrymason revised this gist Dec 30, 2014. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion readme
    Original 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"
    export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"


    Desinstalar aplicación

    adb shell pm uninstall -k com.ufumbuzi.eimagen
  2. pherrymason created this gist Dec 30, 2014.
    10 changes: 10 additions & 0 deletions readme
    Original 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"