frameDemoMo2 icon indicating copy to clipboard operation
frameDemoMo2 copied to clipboard

Android组件化项目框架

Results 22 frameDemoMo2 issues
Sort by recently updated
recently updated
newest added

报错如下图: ![wx20180711-154628](https://user-images.githubusercontent.com/13624423/42557775-f81f3fb8-8521-11e8-8395-32d19ff6a353.png)

![1](https://user-images.githubusercontent.com/13062686/54588884-21be9f00-4a5f-11e9-8eff-4ae3ed528fdb.png)

点击福利,提示异常捕获耶...

Error:Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.22. Open FileShow Details 密密麻麻的报类似的错误

我运行app项目,但是进去没看见哪里有依赖的module,是怎么和业务module关联起来的,只在MyApplication里面看到这个,并没有发现启动页面 public class MyApplication extends BaseApplication { private static MyApplication myApplication; public static MyApplication getInstance() { return myApplication; } @Override public void onCreate() { super.onCreate(); myApplication = this ; ZXingLibrary.initDisplayOpinion(this);...

学习你的组件化设计 新版本下载下来发现少文件

Caused by: org.gradle.process.internal.ExecException: Process 'command 'D:\xxx\sdk\build-tools\26.0.2\aapt.exe'' finished with non-zero exit value 1

android studio 3.1.2中,将butterknife升级成8.8.1之后, BaseVcTabListActivity和BaseVcTabListFragment报错,import com.example.tome.component_base.R2;这个导包出错。demo无法运行