2

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 ?

1 Answers1

1

I discovered that the react-native init exercises command was not creating the project correctly.

I needed to change the read and write permissions on the project folder in order to work correctly.

I followed this link:

Android Studio: ExternalSystemException