Created
August 22, 2014 06:14
-
-
Save jollychang/89401a226d622bf877f9 to your computer and use it in GitHub Desktop.
install and launch apk by adb
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
mvn clean package | |
adb uninstall com.douban.shuo | |
adb install app/target/*mvn.apk | |
adb shell am start -n com.douban.shuo/.app.WelcomeActivity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment