GoQuiet-android
GoQuiet-android copied to clipboard
GoQuiet plugin on android
GoQuiet-android
Shadowsocks plugin GoQuiet for Android
Requirements
- Go1.11+
- Android NDK
- Android SDK 26+
Build Instructions
- Edit ndk-bundle\build\tools\make_standalone_toolchain.py, change the line
flags = '-target {} -stdlib=libc++'.format(target)toflags = '-target {}'.format(target)(see https://github.com/golang/go/issues/29706) - Execute
make.sh - Build with Android Studio