我正在尝试使用gomobile构建Android应用程序,但gomobile install
和gomobile build
命令失败。在出现此错误之前,我收到此错误:gomobile: EOF
,但已使用# golang.org/x/mobile/glIn file included from /root/go/src/golang.org/x/mobile/gl/gl.go:17:0:work.h:6:23: fatal error: GLES2/gl2.h: No such file or directorycompilation terminated.
修复。
该应用程序主要是网络应用程序。这是进口。 gomobile只能使用某些软件包吗?
"golang.org/x/mobile/app"
"golang.org/x/net/websocket"
"os/exec"
"flag"
"fmt"
log "github.com/golang/glog"
"io/ioutil"
"net"
"net/http"
"net/url"
"strconv"
操作系统:Fedora 22。
更多信息:我能够构建https://github.com/golang/mobile/blob/master/example/network/main.go,因此我只能假定问题是特定于我的应用程序的。
最佳答案
它失败,因为AndroidManifest.xml为空。