dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/android-apdu-proxy/+/41799?usp=email )
Change subject: README.md: add adb install commandline ......................................................................
README.md: add adb install commandline
Change-Id: I4ab62c24dd265ed6813d8b941d84d2f2126df2fa --- M README.md 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/android-apdu-proxy refs/changes/99/41799/1
diff --git a/README.md b/README.md index cc8e34f..738a671 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,10 @@ ./app/build/outputs/apk/release. This file can be installed on the Android device.
+``` +$ adb install ./app/build/outputs/apk/release/app-release.apk +``` +
Signing and ARA-M configuration -------------------------------