Can't update Android Studio - Access Denied and java.io.FileNotFoundException

前端 未结 11 1926
青春惊慌失措
青春惊慌失措 2021-02-18 15:00

I\'m trying to update Android Studio from 0.5.1 to 0.5.2 on two separate Windows machines, one with Windows 7 Pro 64-bit and one with Windows 7 Enterprise 64-bit.

I get

11条回答
  •  误落风尘
    2021-02-18 15:25

    I had a Java process running in the background on my Windows machine that wasn't showing up in my Task Manager. This will make sure Java gets killed:

    taskkill /F /IM java.exe

提交回复
热议问题