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
*[Observing Sound Waveforms Using PSLab Device](https://www.youtube.com/watch?v=5bxDd1PiOMQ).
103
+
*[Real-time Sensor Data Logging Using Pocket Science Lab](https://www.youtube.com/watch?v=_A8h6o-UcNo).
104
+
*[Generating and Observing Waveforms Using Pocket Science Lab](https://www.youtube.com/watch?v=Ua9_OCR4p8Y).
105
105
106
106
## Features
107
107
|**Feature**|**Description**|**Status**|
@@ -151,28 +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
-
155
-
1. Open Android Studio, you will see a **Welcome to Android** window. Under Quick Start, select "check out project from version control".
156
-
157
-
2. Select git from the drop down menu that appeared.
158
-
159
-
3. Go to the repository and click clone or download button.
160
-
161
-
4. From the dropdown that appeared, copy the link.
162
-
163
-
5. Paste the URL that you copied and press clone.
164
-
165
-
6. Android studio should now begin building the project with gradle.
166
-
167
-
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.
168
161
169
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.
170
163
171
-
8. Once all build errors have been resolved, you should be all set to build the app and test it.
172
-
173
-
9. To Build the app, go to _Build>Make Project_ (or alternatively press the Make Project icon in the toolbar).
174
-
175
-
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.
176
167
177
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.
178
169
@@ -199,11 +190,11 @@ To use PSLab device with Android, you simply need an OTG cable, an Android Devic
199
190
200
191
Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.
201
192
202
-
* Single commit per pull request.
203
-
* Reference the issue numbers in the commit message. Follow the pattern ``` Fixes #<issue number> <commit message>```
204
-
* Follow uniform design practices. The design language must be consistent throughout the app.
205
-
* The pull request will not get merged until and unless the commits are squashed. In case there are multiple commits on the PR, the commit author needs to squash them and not the maintainers cherrypicking and merging squashes.
206
-
* If the PR is related to any front end change, please attach relevant screenshots in the pull request description.
193
+
* Single commit per pull request.
194
+
* Reference the issue numbers in the commit message. Follow the pattern ``` Fixes #<issue number> <commit message>```
195
+
* Follow uniform design practices. The design language must be consistent throughout the app.
196
+
* The pull request will not get merged until and unless the commits are squashed. In case there are multiple commits on the PR, the commit author needs to squash them and not the maintainers cherrypicking and merging squashes.
197
+
* If the PR is related to any front end change, please attach relevant screenshots in the pull request description.
0 commit comments