更新Android studio 3.0 Beta 2错误

问题描述:

更新android studio 3.0 Beta2后。我收到一个错误。有人可以帮我解决这个问题吗?你的帮助将是可观的。更新Android studio 3.0 Beta 2错误

下面是我在android工作室开始时遇到的异常。

Error:Cause: java.lang.NullPointerException`enter code here` 
     at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:98) 
     at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) 
     at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94) 
     at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255) 
     at java.nio.file.Paths.get(Paths.java:84) 
     at 

更新前,工作正常。

Error:Cause: java.lang.NullPointerException`enter code here` 
    at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:98) 
    at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) 
    at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94) 
    at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255) 
    at java.nio.file.Paths.get(Paths.java:84) 
    at 

它是一个已知的问题:As Documented here

只是这样做只是

构建>清理项目从菜单栏。

然后通过单击工具栏上的同步项目,将您的项目文件与Gradle同步。