You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've only built this thus far along side AOSP, it's possible that I'm using APIs that aren't part of the NDK. I'll see if I can't get it going this week.
Hi cyanogen,
I have a problem when I build it.
ndk-build
Android NDK: WARNING: Unsupported source file extensions in /home/git/Public/jni/Android.mk for module vncflinger
Android NDK: aidl/org/chemlab/IVNCService.aidl
[armeabi] Compile++ thumb: vncflinger <= InputDevice.cpp
/home/git/Public/jni/src/InputDevice.cpp:19:23: fatal error: utils/Log.h: No such file or directory
#include <utils/Log.h>
^
compilation terminated.
make: *** [/home/git/Public/obj/local/armeabi/objs/vncflinger/src/InputDevice.o] Error 1
How to import utils or other include files?
Thanks
chuandong
The text was updated successfully, but these errors were encountered: