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
build-gradle版本号: dependencies { classpath 'com.github.jimu:build-gradle:1.3.3' }
baselib下的版本号: api 'com.github.jimu:componentlib:1.3.3'
并且指定app为主项目 mainmodulename=app
app下的gradle.properties也配置为isRunAlone=ture
app下的build.gradle文件配置 apply plugin: 'com.dd.comgradle'后,app就变为lib了是什么原因导致的呢?
The text was updated successfully, but these errors were encountered:
建议把debug调试方式改一下。因为会动态修改android 插件,而且如果项目存在其他插件,可能会出现兼容性问题。 最好通过独立模块集成调试,支持多组件调试,可以参考我的项目。
Sorry, something went wrong.
No branches or pull requests
build-gradle版本号:
dependencies {
classpath 'com.github.jimu:build-gradle:1.3.3'
}
baselib下的版本号:
api 'com.github.jimu:componentlib:1.3.3'
并且指定app为主项目
mainmodulename=app
app下的gradle.properties也配置为isRunAlone=ture
app下的build.gradle文件配置
apply plugin: 'com.dd.comgradle'后,app就变为lib了是什么原因导致的呢?
The text was updated successfully, but these errors were encountered: