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

Apps NDK Static Link

dakiato

Newbie
Hello,

Would anyone know how to statically link a .a library in an NDK application?
I have found LOCAL_STATIC_LIBRARIES but trying to specify the pre-built .a library in there only spits out no rule to make target error.

Could anyone help me out here?

Thank you in advance for any help
 
Were you ever able to figure this out? I have a prebuilt .a library as well and tried to link it wil LOCAL_STATIC_LIBRARIES but get the "not rule to make target" error too.
 
Back
Top Bottom