开发者

using C Shared library not built with NDK in Android APK development

开发者 https://www.devze.com 2023-03-25 11:39 出处:网络
I have a query regarding using prebuilt library in android APK development, I have a C Static library not built with NDK in Android APK development, but this is build wi开发者_开发技巧th standard lib

I have a query regarding using prebuilt library in android APK development,

I have a C Static library not built with NDK in Android APK development, but this is build wi开发者_开发技巧th standard library build procedure for required ARM target, i have the header file declaring the function definitions, how can i include this header file & link the symbols with static library in Android application(APK) programming using SDK.

Thanks, SK


Did you already look at docs/PREBUILTS.html in your ndk directory?

0

精彩评论

暂无评论...
验证码 换一张
取 消