Created
March 17, 2015 14:16
-
-
Save PuKoren/5e96d275342e9614b5d4 to your computer and use it in GitHub Desktop.
Build, upload and run Android app
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
./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