BinderDemo
BinderDemo copied to clipboard
Fail to compile
I try to compile the codes with ndk-build, but it seems that it cannot find the libs like utils/RefBase.h. Could you give out some details about how to compile the codes?
RefBase.h should be part of the ndk. Make sure you have the appropriate directories in your include path and that you can successfully build one of the sample ndk apps before you attempt to build BinderDemo.