Skip to content

Update android.md #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NativePlugin/course/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ implementation project(':uniplugin_richalert')

#### 准备相关文件

+ 创建已插件id命名的文件夹
+ 创建以插件id命名的文件夹
+ 创建android文件夹。并将该文件夹放入到新建的插件id命名的文件夹中

**示例:**
Expand Down Expand Up @@ -676,4 +676,4 @@ Q:打包发现集成的三方库与主APP集成的三方库有冲突。导致无
*A:*

1、请尽量使用主APP集成的三方库去实现你的插件依赖集成。请告知使用该插件需要‘XXX’模块才可正常运行。版本号可[查看](https://ask.dcloud.net.cn/article/35419)
2、如果集成的三方库无法使用主APP集成的三方库。请告知插件使用者不要集成‘XXX’模块。防止打包失败。
2、如果集成的三方库无法使用主APP集成的三方库。请告知插件使用者不要集成‘XXX’模块。防止打包失败。