I downloaded a sample native app using Binders from
https://github.com/mcr/Android-HelloWorldService. I then downloaded
both Android SDK and NDK (latest versions). However I notice the above
app refers to some header files (some examples eg. IInterface.h,
IServiceManager.h) that I dont see anywhere either in the SDK or NDK.
Are you implying it is not possible or recommended to develop a native
app(s) to use Binder? OR it is possible but it should be done
differently? I am constrained to use native code and not Java or JNI
etc.
Can someone from the Android platform team comment on this?
thx
Jay
On May 12, 7:39 pm, Chris Stratton <cs07...@gmail.com> wrote:
> On Thursday, May 12, 2011 6:02:35 PM UTC-4, Jay wrote:
>
> > I downloaded a sample native app using Binders from
> >https://github.com/mcr/Android-HelloWorldService. I then downloaded
> > both Android SDK and NDK (latest versions). However I notice the above
> > app refers to some header files (some examples eg. IInterface.h,
> > IServiceManager.h) that I dont see anywhere either in the SDK or NDK.
>
> I don't think that project is within the "bounds" of what the NDK and SDK
> are intended to enable - it seems to require pulling in private (ie,
> unstable) interfaces from the platform sources, and having an engineering or
> rooted device to deploy to.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
Hi David,If the Binder mechanism is not available for native code, how come I can find it under android/frameworks/native/include/binder/?
Has it become available at some late release?
Or, even though it's there, you discourage its use since it can become deprecated at an upcoming release?
Thanks and regards,Alexandre Bodi