Hello, I’ve been trying to run ‘$ gradlew buildNative’ command at root dir of project. some error msgs show next.
**go: github.com/AudriusButkevicius/pfilter@v0.0.0-20190627213056-c55ef6137fc6: Get "https://proxy.golang.org/github.com/%21audrius%21butkevicius/pfilter/@v/v0.0.0-20190627213056-c55ef61**
**37fc6.mod": net/http: TLS handshake timeout**
**Traceback (most recent call last):**
** File "./build-syncthing.py", line 124, in <module>**
** subprocess.check_call([**
** File "D:\software\python\location\lib\subprocess.py", line 364, in check_call**
** raise CalledProcessError(retcode, cmd)**
**subprocess.CalledProcessError: Command '['go', 'run', 'build.go', '-goos', 'android', '-goarch', 'arm', '-cc', 'D:\\workspacce\\androidworkspace\\syncthing-android\\syncthing\\gobuild/**
**standalone-ndk/android-16-arm\\bin\\arm-linux-androideabi-clang', '-pkgdir', 'D:\\workspacce\\androidworkspace\\syncthing-android\\syncthing\\gobuild\\go-packages\\arm', '-no-upgrade',**
** 'build']' returned non-zero exit status 1.**
What can i do next?Any ideas? Thanks.