From ece1e63fdacd90b3b572d2270d63240dace9f514 Mon Sep 17 00:00:00 2001 From: Akilan Date: Fri, 2 May 2025 22:47:15 +0100 Subject: [PATCH] pushed basic android docs --- Docs/android-setup.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Docs/android-setup.txt diff --git a/Docs/android-setup.txt b/Docs/android-setup.txt new file mode 100644 index 0000000..b867015 --- /dev/null +++ b/Docs/android-setup.txt @@ -0,0 +1,14 @@ +This is a temporary android setup instruction: + +1. Instruction to run from ADB with termux +''' +run-as com.termux files/usr/bin/bash -lic 'export PATH=/data/data/com.termux/files/usr/bin:$PATH; export LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so; bash -i' +''' + +2. Install golang +''' +pkg install golang +''' + + +