We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfe98b commit 1a64013Copy full SHA for 1a64013
README.md
@@ -56,6 +56,12 @@ What you can do with this app:
56
- Fetched with gradle as dependency:
57
- Android USB serial: https://github.com/mik3y/usb-serial-for-android
58
59
+# Building
60
+- Building from command line:\
61
+ `ANDROID_HOME=<yor android home directory> JAVA_HOME=<your java home directory> ./gradlew <command>`\
62
+ For example:\
63
+ `ANDROID_HOME=~/Android/Sdk JAVA_HOME=~/.jdks/jbr-21.0.4 ./gradlew assembleRelease`
64
+
65
# Other similar or related projects
66
- Hardware
67
- ESP32 LoRa APRS modem (used with this application for testing): https://github.com/sh123/esp32_loraprs
0 commit comments