更新Android Studio时出错

时间:2014-09-25 01:35:14

标签: android android-studio

当我尝试更新我的Android Studio时,我收到以下消息:

Temp. directory: C:\Users\Rick\AppData\Local\Temp\

+----------------
| A file operation failed.
| This might be due to a file being locked by another
| application. Please try closing any application
| that uses the files being updated then press 'Retry'.
+----------------


com.intellij.updater.RetryException: Cannot delete file C:\Users\Rick\AppData\Local\Android\android-studio\plugins\gradle\lib\gradle-tooling-extension-impl.jar
    at com.intellij.updater.BaseUpdateAction.replaceUpdated(BaseUpdateAction.java:40)
    at com.intellij.updater.UpdateZipAction.doApply(UpdateZipAction.java:199)
    at com.intellij.updater.PatchAction.apply(PatchAction.java:140)
    at com.intellij.updater.Patch$3.forEach(Patch.java:198)
    at com.intellij.updater.Patch.forEach(Patch.java:248)
    at com.intellij.updater.Patch.apply(Patch.java:194)
    at com.intellij.updater.PatchFileCreator.apply(PatchFileCreator.java:86)
    at com.intellij.updater.PatchFileCreator.apply(PatchFileCreator.java:77)
    at com.intellij.updater.Runner.doInstallImpl(Runner.java:307)
    at com.intellij.updater.Runner.doInstall(Runner.java:268)
    at com.intellij.updater.Runner.access$000(Runner.java:18)
    at com.intellij.updater.Runner$2.execute(Runner.java:258)
    at com.intellij.updater.SwingUpdaterUI$7.run(SwingUpdaterUI.java:230)
    at java.lang.Thread.run(Thread.java:745)

4 个答案:

答案 0 :(得分:9)

某些JVM进程可能正在使用文件Android\android-studio\plugins\gradle\lib\gradle-tooling-extension-impl.jar(在任务管理器中显示为java.exe)。

对我有用的解决方案是关闭更新程序并关闭任务管理器中的所有java.exe进程,然后打开Android Studio并再次尝试更新。这次更新应该一直进行。

答案 1 :(得分:1)

解决方法:

1-Close Android Studio.
2-Right-click "Android Studio" icon and select "Run as administrator".
3-Go to "Help->Check for Update..."

答案 2 :(得分:0)

没有更新程序的规则,没有办法更新任何东西。并且规则必须是管理员或超级用户。

附言

顾名思义,更新就是更新、更新或删除。然后它知道需要什么。

答案 3 :(得分:-1)

我收到的确切错误。我把我的电脑留了一夜,然后点击重试,它就有效了。很奇怪。我也尝试过使用:

句柄 - http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx 和 流程资源管理器 - http://technet.microsoft.com/en-us/sysinternals/bb896653

检查锁定该文件的内容并且它们都没有显示任何内容。那是我点击重试并且有效的时候