You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,18 @@ consist of:
33
33
34
34
## List of Q & A:
35
35
36
-
#### Q: I got error `Error: spawn ./gradlew EACCES` when run `npx react-native run-android`.
37
-
-> Run this command `chmod 755 android/gradlew` from your root project directory
36
+
#### I got error `Error: spawn ./gradlew EACCES` when run `npx react-native run-android`.
37
+
Run this command `chmod 755 android/gradlew` from your root project directory
38
38
39
39
#### I got error `Error: SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.`
40
-
- Go to your Project -> Android
41
-
- Create a file local.properties
42
-
- Open the file
43
-
- Paste your Android SDK path depending on the operating system:
40
+
- Go to your Project -> Android
41
+
- Create a file local.properties
42
+
- Open the file
43
+
- Paste your Android SDK path depending on the operating system:
0 commit comments