Git clone the code for the latest version to Ubuntu, and then build apk files with android studio. I got some errors after around 10 mins.
Here is the error info:
Task :core:goBuild FAILED
Build liboverture.so armeabi-v7a
main.go:12:2: cannot find package “github.com/shadowsocks/overture/core” in any of:
/usr/lib/go-1.10/src/github.com/shadowsocks/overture/core (from $GOROOT)
/home/yanggis/go/src/github.com/shadowsocks/overture/core (from $GOPATH)
log_android.go:31:2: cannot find package “GitHub - sirupsen/logrus: Structured, pluggable logging for Go.” in any of:
/usr/lib/go-1.10/src/github.com/sirupsen/logrus (from $GOROOT)
/home/yanggis/go/src/github.com/sirupsen/logrus (from $GOPATH)
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:core:goBuild’.
Process ‘command ‘/bin/bash’’ finished with non-zero exit value 255
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Any suggestions to fix them?
Thanks.