Re: [go-nuts] Re: Gomobile: Getting errors when trying to build reverse example

2017-01-06 Thread glenford williams
thanks. any idea when this will merged? On Sunday, 1 January 2017 17:28:01 UTC-5, Elias Naur wrote: > > That was more difficult than expected. The CL series ending with > > https://go-review.googlesource.com/c/34777/ > > should fix both problems. A backwards incompatible change had to be made > t

Re: [go-nuts] Re: Gomobile: Getting errors when trying to build reverse example

2016-12-25 Thread glenford williams
for me running the following package reverse import ( "Java/android/databinding/DataBindingUtil" "Java/android/os" sapp "Java/android/support/v7/app" rlayout "Java/go/reverse/R/layout" "Java/go/reverse/databinding/ActivityMainBinding" "fmt" ) type MainActivity struct {

[go-nuts] Re: Gomobile: Getting errors when trying to build reverse example

2016-12-24 Thread glenford williams
thanks that worked. the basic example works but i tried modifying to show a dialog but got error /home/kingwill101/go/bin/gomobile: loadExportData failed go install -pkgdir= /home/kingwill101/go/pkg/gomobile/pkg_android_386 -tags="" -gcflags=-shared -ldflags=-shared gitlab.com/kingwill101/reve

[go-nuts] Gomobile: Getting errors when trying to build reverse example

2016-12-23 Thread glenford williams
sh ./gradlew gomobileDebug :gobindDebug flag provided but not defined: -classpath Usage of /home/kingwill101/go/bin/gobind: -javapkg string custom Java package path used instead of the default 'go.'. Valid only with -lang=java. -lang string target language for bindings, either j