Android Studio: ExternalSystemException

南笙酒味 提交于 2019-12-22 04:32:24

问题


When I am opening a project (Android Application) in my Android Studio, it shows externalSystemException. (I cloned this android application into my system from a github repo).

Event Log: ExternalSystemException: Unable to save '/home/prasang/Privly/privly-android/local.properties'/home/rest path of app/-android/local.properties (Permission denied)


回答1:


I'm not sure if you are using a mac or a windows machine but this fix will work for Mac.

I encountered the same error after cloning a copy of the android transition tutorial from github here on Mac OS Sierra:

https://github.com/lgvalle/Material-Animations

To correct the error, you have to go into your mac and find the folder where you had clone the code. Then you will need to "Get Info".

Now, change the permission at the bottom so that the system, staff and everyone can "Read and Write" to the folder. Then try opening the repo in android studio again and you will find that the error has disappeared.



来源:https://stackoverflow.com/questions/35691435/android-studio-externalsystemexception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!