2017-08-24 86 views
0

更新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 

更新前,工作正常。

回答

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同步。

相關問題