1.  What version of Go are you using (`go version`)?
     go1.11.4 darwin/amd64

2.  What operating system and processor architecture are you using?
     GOOS="darwin"
     GOARCH="amd64"

3.  What did you do?
     I attempted to generate android bindings using gomobile bind.

4.  What did you expect to see?
     I expected to see a .aar and a .jar file successfully created.

5.  What did you see instead?
     Int32.java:29: error: constructor Int32(int) is already defined in 
class Int32
Int32(int refnum) { this.refnum = refnum; Seq.trackGoRef(refnum, this); }

     

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to