Android Studio中无法访问模块类

时间:2018-01-02 11:30:19

标签: android gradle dependency-injection module dependencies

在任何人将此问题标记为重复之前,请注意我已尝试过在其他类似问题上提供的所有解决方案,但在我的案例中没有一个能够解决。

我刚刚在我的项目中添加了一个模块,它在项目视图中可见,但在我添加它的父模块中无法访问代码。 enter image description here

并检查可用选项,它建议我添加依赖项,但已添加。

enter image description here

我还在gradle文件中添加了模块依赖项。

enter image description here

enter image description here

也是我添加配置的原因:

    implementation project(path: ':two', configuration:'default')

是因为正常添加时会出现以下错误: enter image description here

任何人都可以帮我解决这个问题。

0 个答案:

没有答案