From: Hoi-Ho C. <hoi...@gm...> - 2011-04-14 17:50:44
|
On Thu, Apr 14, 2011 at 10:43 AM, Colin Madere <clm...@ma...> wrote: > If anyone finds an answer to this, please email me directly since I am now > moving to a different potential solution and will be dropping off the list > since I won't be using libusb on the current project (but still am > interested in a solution). > > Have you tried writing a native program (not using the NDK), push it to your device via adb, and run it without issue? That might point out where the problem lies - I've written native apps on Android using libusb without trouble (but logging is disabled). As far as I know, Android's bionic might give you slightly differently behavior on some of the C library functions than uclibc/glibc. Thanks Hoi-Ho |