Skip to content

Commit 39094f3

Browse files
authored
Update README.md
1 parent 1844ef8 commit 39094f3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ consist of:
3333

3434
## List of Q & A:
3535

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
3838

3939
#### 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:
4444

45-
- Windows:
46-
sdk.dir = C:/Users/`USERNAME`/AppData/Local/Android/sdk
47-
- Linux or MacOS
48-
sdk.dir = /home/`USERNAME`/Android/sdk
45+
- Windows:
46+
sdk.dir=C:/Users/`USERNAME`/AppData/Local/Android/sdk
47+
- Linux or MacOS
48+
sdk.dir=/home/`USERNAME`/Android/sdk
4949

50-
- Replace `USERNAME` with your user name
50+
- Replace `USERNAME` with your PC username

0 commit comments

Comments
 (0)