我正在尝试让我的智能手机运行hyperledger-burrow-client。因此,我需要将挖洞项目(用Go编写)编译为.jar和.aar文件。我正在使用gomobile,但是问题是我无法弄清楚如何使用gomobile编译完整的项目。我下载了存储库,然后运行gomobile bind -o some-file path_to_burrow_project
。不幸的是,我收到此错误:
gomobile bind -o app/burrow-bc.aar github.com/hyperledger/burrow
gomobile: package "github.com/hyperledger/burrow": no buildable Go source files in /home/debbi/Documents/go/projects/src/github.com/hyperledger/burrow
有人可以帮我将整个项目编译到android库中吗?