From cfa99308718ef448a7b228e65c48435ce06a62d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Wed, 10 Apr 2024 13:45:28 +0800 Subject: [PATCH] Update uts-for-android.md --- docs/plugin/uts-for-android.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/plugin/uts-for-android.md b/docs/plugin/uts-for-android.md index f3552cf6..8c5f8785 100644 --- a/docs/plugin/uts-for-android.md +++ b/docs/plugin/uts-for-android.md @@ -270,7 +270,7 @@ mediaPlayer.start(); ### 3.4 增加libs依赖资源 -下面是一个`config.json`示例 +远端插件可以通过配置 `config.json`添加依赖 ,下面是一个`config.json`示例 ```json { @@ -344,6 +344,8 @@ mediaPlayer.start(); ``` +如果是本地依赖, 参考 [hello uts](https://gitcode.net/dcloud/hello-uts/-/tree/master/uni_modules/uts-nativepage/utssdk/app-android/libs) 将jar/aar 添加到 `utssdk/app-android/libs` 目录下即可使用 + ### 3.5 远程依赖仓库说明 -- GitLab