原文:解決 Plugin with id 'com.github.dcendents.android-maven' not found.

在Android studio中引用第三方庫的時候,報這個錯。 Error: , Plugin with id com.github.dcendents.android maven not found. 搜了一下。 這是原因為該項目的原作者會把項目發布到maven中央倉庫中,所以在gradle中添加了相關的maven發布任務。 咱們又不能連到maven的倉庫,所以我們把你要導入的第三方build. ...

2016-06-15 17:01 0 21427 推薦指數:

查看詳情

Plugin with id 'com.android.application' not found.

構建報錯: ctrl+alt+s 找到build tool …修改gradle為2.8版本 在外層的build.gradle文件中增加下面的配置 什么是外層的 參見上一篇 ...

Mon Oct 26 07:06:00 CST 2015 2 24110
Plugin with id 'android-apt' not found.

Error:Error:(2, 0) Plugin with id 'android-apt' not found. 原因:導入Moudle時而未導入Project中的相關配置 解決 :在project的gradle文件中配置如下: buildscript { repositories ...

Tue Jan 29 01:29:00 CST 2019 0 861
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM