I am getting the below error when i am trying to build using gomobile 
The build command is : GOARCH=arm64 CGO_ENABLED=0 GOOS="android" 
GOSUMDB=off gomobile bind -target android -v
Please suggest any solution

bitbucket.org/exium-c2/exue/common
exue
gobind/gobind
# gobind/gobind
exue_android.c:729:1: error: redefinition of 
'Java_exue_UserInitConfig_getWorkspace'
exue_android.c:387:1: note: previous definition is here
exue_android.c:804:1: error: redefinition of 
'Java_exue_UserInitConfig_getSupi'
exue_android.c:369:1: note: previous definition is here
exue_android.c:924:1: error: redefinition of 
'Java_exue_UserInitConfig_getLastConnectedServer'
exue_android.c:343:1: note: previous definition is here
gomobile: go build -v -buildmode=c-shared 
-o=/tmp/gomobile-work-1136567776/android/src/main/jniLibs/armeabi-v7a/libgojni.so
 
./gobind failed: exit status 2

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/ed9f82a8-eb7b-4cbc-b053-8344dafff37fn%40googlegroups.com.

Reply via email to