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

怎么运行单个模块呢?运行某个activity 的时候会需要选择一个module,只有app 可以选 #6

Open
monkeycraps opened this issue Nov 3, 2017 · 3 comments

Comments

@monkeycraps
Copy link

怎么运行单个模块呢?运行某个activity 的时候会需要选择一个module,只有app 可以选

@aqiuzzt
Copy link

aqiuzzt commented Nov 6, 2017

直接修改isBuildModule=false 为true,注释掉对应Activity中注解代码,不然会报空指针

@monkeycraps
Copy link
Author

`Error:Execution failed for task ':NewHouseModule:processDebugManifest'.

Manifest merger failed : Attribute application@label value=(@string/new_house_app_name) from AndroidManifest.xml:8:9-51
is also present at [com.github.BaronZ88:Retrofit2-FastJson-Converter:1.2] AndroidManifest.xml:13:9-41 value=(@string/app_name).
Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml:5:5-20:19 to override.`

manifest 资源合并冲突

@monkeycraps
Copy link
Author

最后注释掉分module 的 @Label 该行,能执行正常

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