更新Android studio 3.0 Beta 2错误

时间:2017-08-24 08:05:18

标签: android

更新android studio 3.0 Beta2后。我收到一个错误。有人可以帮我解决这个问题吗?你的帮助会很明显。

以下是我在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 

在更新之前工作正常。

1 个答案:

答案 0 :(得分:0)

 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 同步项目文件。