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
@@ -151,19 +151,19 @@ If you built your own hardware, change VendorID and/or ProductID in [Communicati
151
151
152
152
### By direct cloning
153
153
154
-
1. Open Android Studio, you will see a **Welcome to Android** window. Under Quick Start, select "check out project from version control".
155
-
2. Select git from the drop down menu that appeared.
156
-
3. Go to the repository and click clone or download button.
157
-
4. From the dropdown that appeared, copy the link.
158
-
5. Paste the URL that you copied and press clone.
159
-
6. Android studio should now begin building the project with gradle.
160
-
7. Once this process is complete and Android Studio opens, check the Console for any build errors.
154
+
1. Open Android Studio, you will see a **Welcome to Android** window. Under Quick Start, select "check out project from version control".
155
+
2. Select git from the drop down menu that appeared.
156
+
3. Go to the repository and click clone or download button.
157
+
4. From the dropdown that appeared, copy the link.
158
+
5. Paste the URL that you copied and press clone.
159
+
6. Android studio should now begin building the project with gradle.
160
+
7. Once this process is complete and Android Studio opens, check the Console for any build errors.
161
161
162
162
-_Note:_ If you receive a Gradle sync error titled, "failed to find ...", you should click on the link below the error message (if available) that says _Install missing platform(s) and sync project_ and allow Android studio to fetch you what is missing.
163
163
164
-
8. Once all build errors have been resolved, you should be all set to build the app and test it.
165
-
9. To Build the app, go to _Build>Make Project_ (or alternatively press the Make Project icon in the toolbar).
166
-
10. If the app was built successfully, you can test it by running it on either a real device or an emulated one by going to _Run>Run 'app'_ or pressing the Run icon in the toolbar.
164
+
8. Once all build errors have been resolved, you should be all set to build the app and test it.
165
+
9. To Build the app, go to _Build>Make Project_ (or alternatively press the Make Project icon in the toolbar).
166
+
10. If the app was built successfully, you can test it by running it on either a real device or an emulated one by going to _Run>Run 'app'_ or pressing the Run icon in the toolbar.
167
167
168
168
If you want build apk only, go to Build>Build apk and apk would be build and directory where apk is generated would be prompted by Android Studio.
169
169
@@ -205,27 +205,27 @@ As a tip for new developers those who struggle with squashing commits into one,
205
205
206
206
Despite any reason, follow the steps given below to squash all commits into one adhering to our best practices.
207
207
208
-
* Setup remote to upstream branch if not set before
208
+
* Setup remote to upstream branch if not set before
0 commit comments