From 7002fdc6c64ccaf1a5cb2e8cb8ac698a74ea1b55 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Fri, 24 Jan 2025 16:43:34 +0000 Subject: [PATCH 1/2] Note that .apk packages for Android can be installed with adb * java/INSTALL: Suggest the `adb install' command for installing Android packages. --- java/INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/INSTALL b/java/INSTALL index 24f5e0c2ad8..d1ac29525dd 100644 --- a/java/INSTALL +++ b/java/INSTALL @@ -67,6 +67,10 @@ built for. The generated package can be uploaded onto an SD card (or similar medium) and installed on-device. +Alternatively, the package can be uploaded to and installed on a device +in debug mode using the `adb install' command +(https://developer.android.com/tools/adb). + LOCATING NECESSARY FILES -- 2.48.1