[go-nuts] Re: [golang-dev] Gomobile and future interoperability

2016-09-14 Thread Ged Wed
Thanks for the clarification! On Wed, 14 Sep 2016 at 17:07 David Crawshaw wrote: > Typically yes, a program compiled with the NDK keeps working on newer > versions of Android. I'm sure there are exceptions but none come to > mind. > > On Wed, Sep 14, 2016 at 10:02 AM, Ged Wed wrote: > > > > Gre

[go-nuts] Re: [golang-dev] Gomobile and future interoperability

2016-09-14 Thread David Crawshaw
Typically yes, a program compiled with the NDK keeps working on newer versions of Android. I'm sure there are exceptions but none come to mind. On Wed, Sep 14, 2016 at 10:02 AM, Ged Wed wrote: > > Great thanks David. > > So if i pick version 21 (i think that was kit kat), then any android version

[go-nuts] Re: [golang-dev] Gomobile and future interoperability

2016-09-14 Thread Ged Wed
Great thanks David. So if i pick version 21 (i think that was kit kat), then any android version above that will work ? I am thinking of aiming low initially and see how well that works for the developers calling it from their Java and Swift GUI layers. G On Wed, 14 Sep 2016 at 15:34 David Cra

[go-nuts] Re: [golang-dev] Gomobile and future interoperability

2016-09-14 Thread David Crawshaw
-golang-dev (which is for discussing the development of Go), +golang-nuts I'm not sure I follow your question. The Android NDK has platform version targets which correspond to particular versions of Android. If you build against a target, you can run on that version of Android or newer. The gomobi