android volley library“错误:(9,0)未找到Gradle DSL方法:'compile()'”

时间:2017-11-02 07:44:55

标签: android android-volley

我正在尝试在我的应用中使用Android排球。但它说“错误:(9,0)没有找到Gradle DSL方法:'compile()'” 我试图升级插件,但该链接不起作用。我添加了一个scre https://www.androidhive.info/2012/01/android-login-and-registration-with-php-mysql-and-sqlite/

Android volley error

1 个答案:

答案 0 :(得分:1)

UPDATE gradle-plugin VERSION 。然后 SYNC INTERNET

dependencies {
    classpath 'com.android.tools.build:gradle:2.3.3'

}

并设置此版本

   compile 'com.android.volley:volley:1.0.0'