android 编译错误 Error:(1, 0) Plugin with id 'com.android.application' not found.
学向勤中得,萤窗万卷书。这篇文章主要讲述android 编译错误 Error:(1, 0) Plugin with id '
com.android.application'
not found.相关的知识,希望能为你提供帮助。
在导入一个项目时,由于它本身的gradle版本比较高,你试用比较旧版本的gradle时就报出Plugin with id ‘com.android.application‘ not found.的错误
【android 编译错误 Error:(1, 0) Plugin with id '
com.android.application'
not found.】如果出现如上错误,只需要在build.gradle中添加下面代码即可:
(直接加在 android{ } 的外面)
buildscript { repositories { jcenter() // or mavenCentral() }dependencies { classpath ‘com.android.tools.build:gradle:1.5.0‘ } }allprojects { repositories { jcenter() } }
参考:http://blog.csdn.net/zhengdan66/article/details/50418747#comments
推荐阅读
- Android Studio简单设置
- Android.mk脚本推断文件是否存在
- Android 通知 相关api记录
- hierarchyViewerUiautomatorAppium的区别!
- android ScrollView 控制行数
- Android 单位dp和px之间相互转换
- 聊天机器人(基于android)
- XBOX游戏机存储更多游戏的4款最佳硬盘合集
- 6款完全私密的最佳匿名Web浏览器合集