BinderDemo icon indicating copy to clipboard operation
BinderDemo copied to clipboard

Fail to compile

Open panchenji opened this issue 11 years ago • 1 comments

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?

panchenji avatar Jun 11 '13 22:06 panchenji

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.

gburca avatar Jun 12 '13 06:06 gburca