@@ -75,13 +75,13 @@ Android (Device)
75
75
76
76
b. Unzip the SDK to somewhere on your hard drive. For example, ``/Users/<username>/Library/Android/sdk `` on Mac OS X.
77
77
78
- c . Configure the following environment variables:
78
+ 2 . Configure the following environment variables:
79
79
80
- - Set ``ANDROID_HOME `` to the location that you unzipped the SDK to.
80
+ - Set ``ANDROID_HOME `` to where Android SDK is located (likely `` /Users/<username>/Lobrary/Android/sdk ``)
81
81
82
- - Add ``ANDROID_HOME/tools `` and ``ANDROID_HOME/platform-tools `` to the ``PATH ``.
82
+ - Add ``ANDROID_HOME/tools `` and ``ANDROID_HOME/platform-tools `` to the ``PATH ``.
83
83
84
- 2 . Run ``android `` to open the Android SDK Manager and install the following packages:
84
+ 3 . Run ``android `` to open the Android SDK Manager and install the following packages:
85
85
86
86
- Tools > Android SDK Tools 25.2.5 or higher
87
87
@@ -105,17 +105,17 @@ Android (Device)
105
105
106
106
- Extras > Google Repository
107
107
108
- 3 . Connect your Android device to your computer.
108
+ 4 . Connect your Android device to your computer.
109
109
110
- 4 . Enable USB Debugging on your device.
110
+ 5 . Enable USB Debugging on your device.
111
111
112
- 5 . Ensure that your device is listed in the output of ``adb devices ``.
112
+ 6 . Ensure that your device is listed in the output of ``adb devices ``.
113
113
114
- 6 . Start the React Native packager to deploy the APK to your device.
114
+ 7 . Start the React Native packager to deploy the APK to your device.
115
115
116
116
``make run-android ``
117
117
118
- 7 . The installed APK may not be opened automatically. You may need to manually open the Mattermost app on your device.
118
+ 8 . The installed APK may not be opened automatically. You may need to manually open the Mattermost app on your device.
119
119
120
120
Troubleshooting
121
121
------------------
0 commit comments