ASP源码.NET源码PHP源码JSP源码JAVA源码DELPHI源码PB源码VC源码VB源码Android源码
当前位置:首页 >> 低调看直播体育app软件下载 >> Android开发 >> Android studio 报错 Plugin with id comandroidapplication not found

Android studio 报错 Plugin with id comandroidapplication not found

来源:网络整理     时间:2016-03-27     关键词:

本篇文章主要介绍了"Android studio 报错 Plugin with id comandroidapplication not found",主要涉及到方面的内容,对于Android开发感兴趣的同学可以参考一下: When I updated my Android Studio to the latest, I got the same problem. Here is ...

When I updated my Android Studio to the latest, I got the same problem. Here is how I solved it.

First: Add the following code to the top of your build.gradle:

buildscript {
    repositories {
        jcenter()}
    dependencies {
        classpath 'com.android.tools.build:gradle:1.1.0'}}allprojects {
    repositories {
        jcenter()}}

Second: Find the gradle-wrapper.properties. Change the last sentence to this:

distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip

Hope this works for you.

以上就介绍了Android studio 报错 Plugin with id comandroidapplication not found,包括了方面的内容,希望对Android开发有兴趣的朋友有所帮助。

本文网址链接:http://www.codes51.com/article/detail_523462.html

相关图片

相关文章