提交 e153c3e8 编写于 作者: 杜庆泉's avatar 杜庆泉

Update uts-for-android.md

上级 374081e3
......@@ -232,6 +232,8 @@ uts-nativepage -> uts.sdk.modules.utsNativepage
```
### 3.3 配置asset资源
以hello UTS中的uts-advance插件为例。
......@@ -258,14 +260,22 @@ mediaPlayer.start();
### 3.4 增加libs依赖资源
以Hello UTS项目下的uts-tencentgeolocation 插件为
下面是一个`config.json`
![](https://native-res.dcloud.net.cn/images/uts/forAndroid/uts_android_libs_folder.jpg)
```json
{
"dependencies": [
"androidx.recyclerview:recyclerview:1.0.0",
{
"id": "com.squareup.leakcanary-debug",
"source": "debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'"
}
]
}
示例文件在hello uts中的位置:
```
~\uni_modules\uts-tencentgeolocation\utssdk\app-android\libs
------
......@@ -327,6 +337,8 @@ mediaPlayer.start();
```
### 3.5 远程依赖仓库说明
目前云打包机支持下面的仓库:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册