Android Studio: ExternalSystemException

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)


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.

在这里输入图像描述

链接地址: http://www.djcxy.com/p/32516.html

上一篇: 链接不完全可点击

下一篇: Android Studio:ExternalSystemException