编译安卓 AAR 报错
提示无法导入 各种go 库文件
解决方案
为了使包的导入方式不变,我们需要在src目录下面构造目录结构
手动 git clone 库
mkdir -p $GOPATH/src/golang.org/x/
cd $GOPATH/src/golang.org/x/
git clone https://github.com/golang/net.git net
go install net
gcl https://github.com/golang/mobile
执行go install之后没有提示,就说明安装好了。
cd $GOPATH/src/github.com/eycorsican
gcl https://github.com/eycorsican/go-tun2socks-mobile