Android Studio fails to install update (error : Failed to read or create install properties file.)

前端 未结 9 632
孤城傲影
孤城傲影 2020-12-29 01:57

Screenshot of error

I am running [ Android Studio 2.3 Build #AI-162.3764568, built on February 24, 2017 JRE: 1.8.0_112-release-b06 amd64

相关标签:
9条回答
  • 2020-12-29 02:40

    In windows, you may run Android Studio as Administrator

    0 讨论(0)
  • 2020-12-29 02:41

    I ran the Android studio as administrator and then it worked as it is a permission issue.

    0 讨论(0)
  • 2020-12-29 02:42

    Problem Solved!

    The permission of my Android directory was set to write only by root so android-studio was unable to write any changes. I changed the permissions to 777 and it fixed the problem.

    Thanks for Help anyways.

    0 讨论(0)
提交回复
热议问题