[go-nuts] Re: [gomobile] How to generate reverse-bindings for Java without the gradle-plugin?

2018-10-19 Thread timcooijmans
everse bindings are not of the same > quality as regular bindings, I'm sorry. > > - elias > > On Friday, October 19, 2018 at 9:38:33 AM UTC+2, Tim Cooijmans wrote: >> >> Hi, >> >> I just tried but it doesn't work: >> $ ls >> /Users/timcooijman

[go-nuts] Re: [gomobile] How to generate reverse-bindings for Java without the gradle-plugin?

2018-10-19 Thread timcooijmans
Hi, I just tried but it doesn't work: $ ls /Users/timcooijmans/Development/AndroidSDK/platforms/android-27/android.jar /Users/timcooijmans/Development/AndroidSDK/platforms/android-27/android.jar $ gomobile bind -v -bootclasspath /Users/timcooijmans/Development/AndroidSDK/platforms/andro

[go-nuts] Re: [gomobile] How to generate reverse-bindings for Java without the gradle-plugin?

2018-10-18 Thread timcooijmans
Simple example: package test import ( "Java/android/content" "Java/android/content/pm" ) func Test() string { return "Hello world" } returns $ gomobile bind -v git.xxx.com/test type-checking package "git.xxx.com/test" failed (/Users/xxx/Development/xxx/src/git.xxx.com/test/gobind.go:4:2

[go-nuts] [gomobile] How to generate reverse-bindings for Java without the gradle-plugin?

2018-10-18 Thread timcooijmans
The gomobile-gradle-plugin has been deprecated (https://github.com/golang/mobile/commit/92f3b9caf7ba8f4f9c10074225afcba0cba47a62) and the reverse-binding example is deleted (https://github.com/golang/mobile/commit/2f2872eacd7fc12c252096592f87e9b23bd5be8b#diff-1a79a4d60de6718e8e5b326e338ae533)