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
+56-57Lines changed: 56 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,67 +11,66 @@ Download or Clone the repo in your local machine
11
11
- Clone the repo in that folder
12
12
13
13
**STEP-2:**
14
-
Edit the PATH variables
14
+
Edit the `PATH` variables
15
15
16
16
1. Open the environment variables file
17
17
18
-
- For Linux/Mac (Unix based), edit the bash profile file</br>
19
-
- In Linux: `vi ~/.bashrc`</br>
20
-
- In Mac OSX: `vi ~/.bash_profile`</br>
18
+
- For Linux/Mac (Unix based), edit the bash profile file</br>
19
+
-- In Linux: `vi ~/.bashrc`</br>
20
+
-- In Mac OSX: `vi ~/.bash_profile`</br>
21
21
22
-
- For Windows, edit the [environment variables](http://www.360logica.com/blog/how-to-set-path-environmental-variable-for-sdk-in-windows/) based</br>
23
-
- Click Start (Orb) menu button</br>
24
-
- Right click on Computer icon</br>
25
-
- Click on Properties. This will bring up System window in Control Panel</br>
26
-
- Click on Advanced System Settings on the left. This will bring up the System Properties window with Advanced tab selected </br>
27
-
- Click on Environment Variables button on the bottom of the dialog. This brings up the Environment Variables dialog</br>
28
-
- In the System Variables section (or User variables if system variables is uneditable), scroll down till you see Path</br>
29
-
- Click on Path to select it, then the Edit button. This will bring up the Edit System Variable dialog</br>
30
-
- While the Variable value field is selected, press the End key on your keyboard to go to the right end of the line, or use the arrow keys to move the marker to the end</br>
31
-
32
-
2. Add/append the following adb paths ( Make sure to use your sdk path for ANDROID_HOME below )</br>
33
-
- For Linux / Mac (Unix based)</br>
34
-
35
-
`export ANDROID_HOME=~/Setup/android/sdk` <- Enter the Android sdk path in your machine</br>
- For Windows, edit the [environment variables](http://www.360logica.com/blog/how-to-set-path-environmental-variable-for-sdk-in-windows/) based</br>
23
+
-- Click `Start` (Orb) menu button</br>
24
+
-- Right click on Computer icon</br>
25
+
-- Click on `Properties`. This will bring up System window in Control Panel</br>
26
+
-- Click on `Advanced System Settings` on the left. This will bring up the `System Properties` window with `Advanced` tab selected </br>
27
+
-- Click on `Environment Variables` button on the bottom of the dialog. This brings up the `Environment Variables` dialog</br>
28
+
-- In the `System Variables` section (or `User variables` if `System Variables` is uneditable), scroll down till you see `Path`</br>
29
+
-- Click on `Path` to select it, then the `Edit` button. This will bring up the `Edit System Variable` dialog</br>
30
+
-- While the `Variable value` field is selected, press the `End` key on your keyboard to go to the right end of the line, or use the arrow keys to move the marker to the end</br>
31
+
32
+
2. Add/append the following adb paths ( Make sure to use your sdk path for `ANDROID_HOME` below )</br>
33
+
-- For Linux / Mac (Unix based)</br>
34
+
35
+
`export ANDROID_HOME=~/Setup/android/sdk` <- Enter the Android sdk path in your machine</br>
0 commit comments