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
各种测试真机,模拟器,debug包,relese包,在7.0以上可以正常的交互,在7.0以下的版本无法交互,这个是什么问题,用自动集成和手动集成build-gradle发布到本地仓库,等等都试过了,最低版本也没问题 android { compileSdkVersion 27 defaultConfig { minSdkVersion 16 targetSdkVersion 27 ... 用的都是这一套,这是什么情况呢,模拟器也是这个情况7.0以上才能正常运行,但是运行Demo确是好的,我一一对照了不知道哪里出问题了 ,大佬能指点一下吗?可能是哪里的问题?
The text was updated successfully, but these errors were encountered:
可能是插件引起的,其实我对于组件化的考虑方案是尽量的贴近系统,你不妨看看这个方案,类似的,但是功能更强,配置更简单 Component
Sorry, something went wrong.
No branches or pull requests
各种测试真机,模拟器,debug包,relese包,在7.0以上可以正常的交互,在7.0以下的版本无法交互,这个是什么问题,用自动集成和手动集成build-gradle发布到本地仓库,等等都试过了,最低版本也没问题
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
...
用的都是这一套,这是什么情况呢,模拟器也是这个情况7.0以上才能正常运行,但是运行Demo确是好的,我一一对照了不知道哪里出问题了 ,大佬能指点一下吗?可能是哪里的问题?
The text was updated successfully, but these errors were encountered: