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
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 {
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
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