Click here to Skip to main content
15,894,630 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i was trying to run dumpsys.cpp in android ndk using JNI interface i got the source code of dumsys from the following link "http://source-android.frandroid.com/frameworks/base/cmds/dumpsys/dumpsys.cpp"
when i run the code i am getting following errors:-

error: utils/Log.h: No such file or directory
error: binder/Parcel.h: No such file or directory
error: binder/ProcessState.h: No such file or directory
error: binder/IServiceManager.h: No such file or directo

error: utils/TextOutput.h: No such file or directory
error: utils/Vector.h: No such file or directory


How should i remove them?
Posted
Updated 20-Aug-12 1:51am
v2
Comments
subrata kumar Nayak 23-Aug-12 6:46am    
Have u kept these libraries libutils,libbinder in the current working directory, in which you have your Android.mk

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900