Discussion:
USB Host support in the NDK
Kalfalfa
2011-08-22 19:59:18 UTC
Permalink
Hi,

I'd like to access/control usb devices from the ndk using the new
official USB host support in API level 12 (Android 3.1). The
ndkcurrently only supports API level 9.

Does anybody know when native support for android.hardware.usb will be
released?

Thanks,
-Patrick
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to android-***@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.
Florent@nicolaudie
2011-09-02 07:29:36 UTC
Permalink
I'm also interested by this possibility.
is it plan to release this feature?

Thanks

Florent
Post by Kalfalfa
Hi,
I'd like to access/control usb devices from the ndk using the new
official USB host support in API level 12 (Android 3.1). The
ndkcurrently only supports API level 9.
Does anybody know when native support for android.hardware.usb will be
released?
Thanks,
-Patrick
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to android-***@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.
David Turner
2011-09-02 15:02:20 UTC
Permalink
I can confidently say that we do not plan to directly expose low-level
hardware features in any future version of the NDK at that point.
I recommend you use the Java interfaces through JNI instead (if there are
some, I don't even know about this).
Post by ***@nicolaudie
I'm also interested by this possibility.
is it plan to release this feature?
Thanks
Florent
Post by Kalfalfa
Hi,
I'd like to access/control usb devices from the ndk using the new
official USB host support in API level 12 (Android 3.1). The
ndkcurrently only supports API level 9.
Does anybody know when native support for android.hardware.usb will be
released?
Thanks,
-Patrick
--
You received this message because you are subscribed to the Google Groups
"android-ndk" group.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/android-ndk?hl=en.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to android-***@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.
Loading...