错误:(1,0)插件ID为'机器人'未找到 [英] Error:(1, 0) Plugin with id 'android' not found

查看:193
本文介绍了错误:(1,0)插件ID为'机器人'未找到的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚安装的Andr​​oid Studio和关于SDK的一些怪癖后生成工具的最低不必是19.1.0,而不是19.0.3我还没有来到关于另一个错误

I have just installed Android Studio and after some quirks about the SDK Build Tools minimum having to be 19.1.0 instead of 19.0.3 I have not came about another error

Error:(1, 0) Plugin with id 'android' not found.

我还没有发现在谷歌的解决方案,我绝对新鲜,所以我不知道......错误显示出来,当我刚刚创建了一个新的空白活动(应用)。

I haven't found a solution in google and I am absolutely new so I "have no clue"... the error shows up when I just created a new blank activity (and application).

什么错误的手段和如何解决它? (如果这是一个问题)

What does the error means and how to fix it? (if it's a problem)

感谢。

推荐答案

将低于code的主要应用和同步build.gradle文件了。

Put below code in build.gradle file of main Application and sync it.

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.0.0'
    }
}

allprojects {
    repositories {
        mavenCentral()
    }
}

这篇关于错误:(1,0)插件ID为'机器人'未找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆