I'm trying to open an existing Android React-Native
project through AndroidStudio
, however the following exceptions are displayed to me:
com.intellij.openapi.externalSystem.model.ExternalSystemException: Unable to save ...local.properties (Permission denied)
java.io.FileNotFoundException: ...local.properties (Permission denied)
My operating system is the MacOs and Android project was created by the command:
react-native init exercises
How can I solve ?