Could not find method compile() for arguments

前几天把本地module,放到jcenter 上面作为远程应用报了这个错。

Error:Could not find method compile() for arguments [com.android.support:cardview-v7:25.3.0] on DefaultExternalModuleDependency{group='com.android.support', name='support-vector-drawable', version='25.3.0', configuration='default'} of type org.gradle.api.internal.artifacts.dependencies.DefaultExternalModuleDependency.Please install the Android Support Repository from the Android SDK Manager.Open Android SDK Manager


找不到compile() 其中的方法。


其实这个问题很简单 ,最后发现是android 自动给build.gradle    文件配置,给换行了。。。。。  


加回车 完事 解决问题


跟大家分享一下。。

你可能感兴趣的:(Could not find method compile() for arguments)