Skip to content

Instantly share code, notes, and snippets.

@PuKoren
Created March 17, 2015 14:16
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 PuKoren/5e96d275342e9614b5d4 to your computer and use it in GitHub Desktop.
Save PuKoren/5e96d275342e9614b5d4 to your computer and use it in GitHub Desktop.
Build, upload and run Android app
./gradlew assembleDebug
adb -d install -r sample/build/outputs/apk/*.apk
adb shell am start -n com.package.name/com.package.name.MainActivity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment