From 9c8020a35df8771d8ac5cc261d29453f11572656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Mon, 17 Jun 2024 10:41:35 +0800 Subject: [PATCH] Update uts-for-android.md --- docs/plugin/uts-for-android.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/plugin/uts-for-android.md b/docs/plugin/uts-for-android.md index 602d6dc7..0e3c6d89 100644 --- a/docs/plugin/uts-for-android.md +++ b/docs/plugin/uts-for-android.md @@ -1337,3 +1337,12 @@ export function request(options : RequestOptions) : RequestTask { ### android原生资源文件,暂不支持三方库依赖 比如xml布局文件中暂时只支持 linearlayout等官方标签,不支持 appcompat等三方库标签。这个问题后续会被处理 + +### 不支持直接添加so文件到插件目录 + +截止HBuilder X 4.19 : + +UTS插件还不支持直接使用so文件,需要将so文件和调用代码封装为AAR供UTS插件调用 + +AAR调用示例参考:[hello uts](!https://gitcode.net/dcloud/hello-uts/-/tree/master/uni_modules/uts-toast) + -- GitLab