[android-developers] How to include libevent using NDK?

2011-07-20 Thread ElFrog
I want to convert my c files(which implemented with libevent) to library using NDK. But when I build these files, it failed. (Of course I already installed libevent API) The first error was event2/event.h : No such files or so i copied directory which contained event.h to jni and

Re: [android-developers] How to include libevent using NDK?

2011-07-20 Thread Dianne Hackborn
It doesn't matter if you can get that built, NDK apps can;t directly open input devices. On Wed, Jul 20, 2011 at 11:16 AM, ElFrog nky...@gmail.com wrote: I want to convert my c files(which implemented with libevent) to library using NDK. But when I build these files, it failed. (Of course I