Android Studio工具使用技巧池

Unable to find module with Gradl

2018-05-03  本文已影响0人  祥龙翔天

在引用外部model时出现

Unable to find module with Gradle path ':xxx' (needed by module 'xxx'.)

AS报的具体错误如下图

unable to find module 错误.png

后经过查询,是新建的外部model没有设置buildToolsVersion造成的,添加

buildToolsVersion "27.0.3"

后即可

上一篇 下一篇

猜你喜欢

热点阅读