pushed basic android docs
This commit is contained in:
14
Docs/android-setup.txt
Normal file
14
Docs/android-setup.txt
Normal file
@@ -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
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user