Ehem, ARM
Johannes Pfau
nospam at example.com
Tue Nov 26 09:12:25 PST 2013
Am Tue, 26 Nov 2013 12:36:19 +0100
schrieb "Joakim" <joakim at airpost.net>:
> On Tuesday, 26 November 2013 at 11:22:59 UTC, Joakim wrote:
> > That is what the docs say if you want to build a native Android
> > app, presumably that you distribute through the Play Store.
> > But you can always build a native app for your own local dev
> > build of Android, at least for porting purposes.
> Sorry, that should be "native executable" in the second instance,
> ie it doesn't have to be a shared library if you're just
> deploying it locally.
Native apps are working, just not officially supported. I actually had
a native Hello World working on ARM/Android with GDC, however fixing
bugs related to native apps usually isn't high priority on Android.
This bug for example wasn't fixed back then and was a showstopper:
http://code.google.com/p/android/issues/detail?id=28598
Last time I looked pure native apps couldn't use the GUI though, has
that changed?
More information about the Digitalmars-d
mailing list