1
I’m trying to open a project Android React-Native
existing through the AndroidStudio
, but the following exceptions are displayed for 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 Macos and Android project was created by command:
react-native init exercicios
How can I solve ?