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

低版本无法运行的问题 #119

Open
mallxiaodoudou opened this issue Oct 4, 2018 · 1 comment
Open

低版本无法运行的问题 #119

mallxiaodoudou opened this issue Oct 4, 2018 · 1 comment

Comments

@mallxiaodoudou
Copy link

各种测试真机,模拟器,debug包,relese包,在7.0以上可以正常的交互,在7.0以下的版本无法交互,这个是什么问题,用自动集成和手动集成build-gradle发布到本地仓库,等等都试过了,最低版本也没问题
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
...
用的都是这一套,这是什么情况呢,模拟器也是这个情况7.0以上才能正常运行,但是运行Demo确是好的,我一一对照了不知道哪里出问题了 ,大佬能指点一下吗?可能是哪里的问题?

@xiaojinzi123
Copy link

各种测试真机,模拟器,debug包,relese包,在7.0以上可以正常的交互,在7.0以下的版本无法交互,这个是什么问题,用自动集成和手动集成build-gradle发布到本地仓库,等等都试过了,最低版本也没问题
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
...
用的都是这一套,这是什么情况呢,模拟器也是这个情况7.0以上才能正常运行,但是运行Demo确是好的,我一一对照了不知道哪里出问题了 ,大佬能指点一下吗?可能是哪里的问题?

可能是插件引起的,其实我对于组件化的考虑方案是尽量的贴近系统,你不妨看看这个方案,类似的,但是功能更强,配置更简单
Component

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

2 participants