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

Update uts-for-android.md

上级 57f56106
...@@ -1337,3 +1337,12 @@ export function request<T>(options : RequestOptions<T>) : RequestTask { ...@@ -1337,3 +1337,12 @@ export function request<T>(options : RequestOptions<T>) : RequestTask {
### android原生资源文件,暂不支持三方库依赖 ### android原生资源文件,暂不支持三方库依赖
比如xml布局文件中暂时只支持 linearlayout等官方标签,不支持 appcompat等三方库标签。这个问题后续会被处理 比如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)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册