在导入子模块时面对Android Studio项目中的构建错误

时间:2017-02-14 08:15:40

标签: android gradle build.gradle

我克隆了一个Android存储库并使用git submodule update --init添加了其子模块,因此另外两个文件夹与主模块" app"一同出现。 libnetcipher OnionKit 项目的模块,该模块是在我运行更新命令后导入的。

enter image description here

现在我在运行Onionkit项目的build.gradle时遇到构建错误,如下所示: enter image description here

您可以看到local.properties文件存在于项目中,并且提供了正确的SDK位置。

然后我尝试运行settings.gradle文件,其中包含以下内容:

include ':app' include ':app:libs:OnionKit:libnetcipher'

并收到此错误:

enter image description here

导致这种情况的原因我无法推断,我过去从未使用Andriod项目导入此类依赖项/子模块。

更多信息:为项目:Android 模块:应用运行 build.gradle 成功执行。

我的想法:现在有两个项目正在打开,这似乎是错误的,并且显示为错误配置的SDK路径似乎是 OnionKit 项目的。

存储库链接:https://github.com/duckduckgo/Android

0 个答案:

没有答案