From bef5f7e74631987cc61a32af9b1dd3de95f31b21 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 8 Oct 2019 14:16:32 +0000 Subject: [PATCH] more README updates --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a64080881..fac911b08 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,10 @@ systemProp.socksProxyPort=9150 2. `gradle assembleDebug` -3. The APK will be placed in `i2p.android.base/app/build/outputs/apk`. +3. The APK files will be placed in `i2p.android.base/app/build/outputs/apk` subdirectories. + +4. Install debug build on phone in USB debugging mode + adb install app/build/outputs/apk/free/debug/app-free-debug.apk ### Building with Android Studio