Results 66 comments of darrenl

Sorry, I have not tested it on windows. Do you resolve it?

@yuchen112358 , I am crazy busy recently. I will spare some time to do it after Chinese New Year.

@jqyp324 What are your steps

Hi @lyle-univ , I didn't try it before. However, I think it can be down by modifying 'compile_options' in CMake file. Except to this problem, do you meet any problem...

@RickyWong33 , Nice. Do you have the command lines to config and build it without using cmake-gui ?

@serrokitskiy , It seems that you didn't set up ndk correctly. Can you go to your ndk home to check if there is 'ndk-build' binary? If not, I suggest that...

Hi @serrokitskiy , You have built it successfully. You can ignore the error. The error is caused because you didn't setup Android SDK, it cannot Android 'adb' tool.

Yes, it can. Need to revise mk files to build as a static library and export include path.

Yes, it also needs to specify local src 2016年7月12日 下午12:27於 "Vardan Petrosyan" [email protected]寫道: > How can I specify header files? > LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include is this enough? > > —...

I am going to revise my android.mk. You will be clear later on