Android Studio错误:无法规范化文件的路径。文件名,目录名或卷标语法不正确

时间:2015-04-08 12:19:47

标签: android-studio android-gradle

我在android studio中犯了错误

Error:Could not normalize path for file 'C:\Users\rajesh.vijayakumar\AndroidStudioProjects\UserEventDemo\tv\build\intermediates\mockable-Google Inc.:Google APIs:21.jar'. The filename, directory name, or volume label syntax is incorrect

有人知道如何在android studio中解决这个错误。

提前致谢...

1 个答案:

答案 0 :(得分:4)

您需要将Android Gradle插件版本更新为1.1.2:

dependencies {
    classpath 'com.android.tools.build:gradle:1.1.2'
}

此版本包含the issue在Windows计算机上非法转义非法字符的修复程序。