开发者

Adding a prebuilt APK that requires shared libraries

开发者 https://www.devze.com 2023-02-07 22:13 出处:网络
The libs are packaged in the apk in the lib directory.开发者_开发百科Copy your shared libraries to system/lib like:

The libs are packaged in the apk in the lib directory.开发者_开发百科


Copy your shared libraries to system/lib like:

PRODUCT_COPY_FILES += \
    $(LOCAL_PATH)/libcom_googlecode_android_scripting_Exec.so:system/lib/libcom_googlecode_android_scripting_Exec.so \
    $(LOCAL_PATH)/liborg_connectbot_util_EastAsianWidth.so:system/lib/liborg_connectbot_util_EastAsianWidth.so
0

精彩评论

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