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.

Reply via email to