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

前端 未结 11 1932
青春惊慌失措
青春惊慌失措 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:22

    I used LockHunter to see what was locking the files. Result: Adb had locked some of them (I was testing the application by wifi in a mobile phone). I killed adb server, restart the Android Studio and I was able to update it.

    Good luck for others!

提交回复
热议问题