Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xslt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将Android Studio升级到0.6后出错_Android_Gradle_Android Studio_Android Gradle Plugin - Fatal编程技术网

将Android Studio升级到0.6后出错

将Android Studio升级到0.6后出错,android,gradle,android-studio,android-gradle-plugin,Android,Gradle,Android Studio,Android Gradle Plugin,升级到Android Studio 0.6后,我出现了一个错误: 错误:没有方法的签名:com.android.build.gradle.LibraryPlugin.getRuntimeJarList()适用于参数类型:()值:[] 您还使用了哪些插件?请将您的构建文件添加到您的问题中。我也使用Robolectric,但区别可能是我使用的是版本2.3,我也使用Robolectric,并且存在相同的问题。我使用classpath'com.novoda.gradle:roblectric plugi

升级到Android Studio 0.6后,我出现了一个错误:

错误:没有方法的签名:
com.android.build.gradle.LibraryPlugin.getRuntimeJarList()
适用于参数类型:
()
值:
[]


您还使用了哪些插件?请将您的构建文件添加到您的问题中。我也使用Robolectric,但区别可能是我使用的是版本2.3,我也使用Robolectric,并且存在相同的问题。我使用classpath'com.novoda.gradle:roblectric plugin:0.0.1-SNAPSHOT'进行我的机器人集成。删除此插件将删除错误,但不幸的是,我需要该插件。发表