• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps About using NDK System.loadLibrary();

Hi friends,

I am new to NDK in android. I am referring one project which is using NDK. I spent few hours understanding its structure and all that. I run that code.It gives me error at some line. I dig into that and found that System.loadLibrary("LineBreak") is line which gives error.Line break is a library which might be doing some stuff.There are some .mk files two. I read about that and get knowledge about that too. I need a quick solution.And I am sure for the one who has worked in NDK this is very minor problem. I must have put some file at the wrong place. Can any one help me out ?
 
Hey thanks a lot for the reply.Since I have experience to develop application in android.I know the project structure. What I am not aware is NDK. So please tell me that in the library file System.loadLibrary("LineBreak"); where that LineBreak library should place.
 
Back
Top Bottom