diff --git a/docs/plugin/uts-for-android.md b/docs/plugin/uts-for-android.md index f8826d3f41a501ce20c717665bfe84401005f89d..d9f5dcd3e0c9904ba992523387a825f25f3da688 100644 --- a/docs/plugin/uts-for-android.md +++ b/docs/plugin/uts-for-android.md @@ -168,15 +168,12 @@ UTSAndroid.getDispatcher("main").async(function(_){ + 1 本章节内的实例代码均取自Hello UTS [项目地址](https://gitcode.net/dcloud/hello-uts) + 2 本章节涉及的配置,均需自定义基座后才能生效 -+ 3 R文件的自动生成,已经在HBuilder X 3.6.9 版本支持,请使用最新版本开发 ### 3.1 配置AndroidManifest.xml 以hello UTS中的native-page插件中的配置文件为例: -示例文件在hello uts中的位置: - -~\uni_modules\uts-nativepage\utssdk\app-android\AndroidManifest.xml +文件位置: ~\uni_modules\uts-nativepage\utssdk\app-android\AndroidManifest.xml AndroidManifest.xml示例: