Skip to content

Commit 0a2bfe0

Browse files
authored
Change step to be required in mobile developer setup guide
1 parent 1c77c9e commit 0a2bfe0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/developer/mobile-developer-setup.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ Android (Device)
7575

7676
b. Unzip the SDK to somewhere on your hard drive. For example, ``/Users/<username>/Library/Android/sdk`` on Mac OS X.
7777

78-
c. Configure the following environment variables:
78+
2. Configure the following environment variables:
7979

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``)
8181

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``.
8383

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:
8585

8686
- Tools > Android SDK Tools 25.2.5 or higher
8787

@@ -105,17 +105,17 @@ Android (Device)
105105

106106
- Extras > Google Repository
107107

108-
3. Connect your Android device to your computer.
108+
4. Connect your Android device to your computer.
109109

110-
4. Enable USB Debugging on your device.
110+
5. Enable USB Debugging on your device.
111111

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``.
113113

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.
115115

116116
``make run-android``
117117

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.
119119

120120
Troubleshooting
121121
------------------

0 commit comments

Comments
 (0)