Skip to content
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

低版本无法兼容运行的问题 #43

Open
mallxiaodoudou opened this issue Oct 2, 2018 · 3 comments
Open

低版本无法兼容运行的问题 #43

mallxiaodoudou opened this issue Oct 2, 2018 · 3 comments

Comments

@mallxiaodoudou
Copy link

mallxiaodoudou commented Oct 2, 2018

编译版本27 然后经过了测试机和 模拟器多种方式测试,发现只有7.0以上的手机能加载组件,6.0及以下的版本都不能加载组件,这是什么原因?

@mallxiaodoudou
Copy link
Author

mallxiaodoudou commented Oct 3, 2018

ext.versions = [
'minSdk' : 16,
'targetSdk' : 27,
'compileSdk' : 27,
'supportLibrary': '27.1.1',
'androidPlugin' : '3.2.0'
]

又测试了 一遍relese版本,单个模块打包apk也是这样7.0以上能加载访问组件,7.0以下的版本不行,求作者百忙之中指点。

@mallxiaodoudou mallxiaodoudou changed the title 子模块修改之后运行主模块无法删除build文件 低版本无法兼容运行的问题 Oct 4, 2018
@leobert-lan
Copy link
Collaborator

JIMU实现组件化加载的核心是定制了gradle编译的task,请检查是否有使用了其他gradle插件,带来了可能的兼容性问题。之前测试主要在gradle-plugin 2.x版本,3.x测得比较少

@xiaojinzi123
Copy link

编译版本27 然后经过了测试机和 模拟器多种方式测试,发现只有7.0以上的手机能加载组件,6.0及以下的版本都不能加载组件,这是什么原因?

建议尝试 Componeny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants