x/mobile: gomobile.exe: loadExportData failed can't find import: golan g.org/x/mobile/example/reverse/reverse #19862
Labels
Milestone
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.8
What operating system and processor architecture are you using (
go env
)?set GOARCH=amd64
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=D:\Software\Go
set GORACE=
set GOROOT=D:\Software\Go
set GOTOOLDIR=D:\Software\Go\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0
set CXX=g++
set CGO_ENABLED=1
set PKG_CONFIG=pkg-config
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
What did you do?
cmd:
cd golang.org/x/mobile/example/reverse/android
gradle build
What did you expect to see?
successed to build apk
What did you see instead?
error:
gomobile.exe: loadExportData failed can't find import: golan g.org/x/mobile/example/reverse/reverse
The text was updated successfully, but these errors were encountered: