Created
July 25, 2017 02:52
-
-
Save ChangWanHong/de83a5605578558aef32fd24e2741e91 to your computer and use it in GitHub Desktop.
Sign and install android apk.
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 characters
#! /bin/bash | |
set -e | |
jarsigner -verbose -keystore ~/.android/debug.keystore -storepass android -keypass android $1 androiddebugkey | |
adbs install -r -d $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment