Hi, Please file a new issue with the reproduction steps and the source for a (minimal) Go package that demonstrates the problem. Feel free to CC me on the issue.
- elias On Tuesday, November 1, 2016 at 1:33:07 PM UTC+1, Danilo Luiz Rheinheimer Danilo wrote: > > Hi, > > I have a gomobile library project. I can build it to android on my linux > machine. > On my macbook (osx) I am able to build the iOS version. > But I am not able to build the android version on OSX. > > Gomobile version : > > Danilos-MacBook-Pro:mobileutildemo danilolr$ gomobile version > > gomobile version +27a7c7e Fri Oct 21 19:49:24 2016 +0000 (android,ios); > androidSDK=/Users/danilolr/Library/Android/sdk/platforms/android-24 > > > Go version : > > > Danilos-MacBook-Pro:mobileutildemo danilolr$ go version > > go version go1.7.3 darwin/amd64 > > > The error message is : > > go/mobileutildemo/Mobileutildemo.java:9: error: class MobileUtilDemo is > public, should be declared in a file named MobileUtilDemo.java > > public final class MobileUtilDemo implements Seq.Proxy { > > > The full gomobile bind --target android -v output is on : > > > http://pastebin.com/wz2hgveA > > > I think it can have relation as the case of the file names created by > gomobile but I do not know how to fix it. > > > Danilo. > -- 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.