ModularizationProject icon indicating copy to clipboard operation
ModularizationProject copied to clipboard

Android 模块化示例项目

Results 5 ModularizationProject issues
Sort by recently updated
recently updated
newest added

我下载下来之后再最新版本的android studio 4.0上无法使用 ,能否适配一下最新版本的android studio

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

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...

在一些特定情况下,A模块进行了操作,这时B模块的页面在栈低,按返回键后会被显示,这时B模块的数据要根据A模块的操作进行更新,这时A模块与B模块之间通信如何做到呢