We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
编译版本27 然后经过了测试机和 模拟器多种方式测试,发现只有7.0以上的手机能加载组件,6.0及以下的版本都不能加载组件,这是什么原因?
The text was updated successfully, but these errors were encountered:
ext.versions = [ 'minSdk' : 16, 'targetSdk' : 27, 'compileSdk' : 27, 'supportLibrary': '27.1.1', 'androidPlugin' : '3.2.0' ]
又测试了 一遍relese版本,单个模块打包apk也是这样7.0以上能加载访问组件,7.0以下的版本不行,求作者百忙之中指点。
Sorry, something went wrong.
JIMU实现组件化加载的核心是定制了gradle编译的task,请检查是否有使用了其他gradle插件,带来了可能的兼容性问题。之前测试主要在gradle-plugin 2.x版本,3.x测得比较少
建议尝试 Componeny
No branches or pull requests
编译版本27 然后经过了测试机和 模拟器多种方式测试,发现只有7.0以上的手机能加载组件,6.0及以下的版本都不能加载组件,这是什么原因?
The text was updated successfully, but these errors were encountered: