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
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,19 +33,21 @@ 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
-
- A: Run this command `chmod 755 android/gradlew` from your root project directory
38
-
39
-
- Q: 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
-
- A:
41
-
42
-
- Go to your Project -> Android
43
-
- Create a file local.properties
44
-
- Open the file
45
-
- Paste your Android SDK path depending on the operating system:
Q: I got error `Error: spawn ./gradlew EACCES` when run `npx react-native run-android`
37
+
A: Run this command `chmod 755 android/gradlew` from your root project directory
38
+
39
+
Q: 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
+
41
+
A:
42
+
43
+
- Go to your Project -> Android
44
+
- Create a file local.properties
45
+
- Open the file
46
+
- Paste your Android SDK path depending on the operating system:
0 commit comments