• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Home](README.md)
2
3# How to Build OboeTester
4
5Download the top level oboe repository from GitHub.
6Then use Android Studio (3.3 or above) to build the app in this "apps/OboeTester".
7
8## Requirements
9
10* AndroidStudio
11* Android device or emulator
12* git installed on your computer (optional)
13* USB cable to connect your computer and your phone
14
15## Download Oboe
16
17You can either use git to clone Oboe or download a Zip archive.
18If you use git then you can quickly update the code or contribute changes.
19If you don't use git then just download the Zip archive.
20
211. Visit https://github.com/google/oboe
222. Click on the green button that says "Clone or Download" and follow the instructions.
23
24## Build and Run OboeTester
25
261. Launch Android Studio
272. Clock Open from the File menu and browse to the "oboe/apps/OboeTester" folder. Select that folder.
283. Wait about a minute for the project to load.
294. Connect an Android phone to your computer using a USB cable.
305. Look at your phone. You may need to give permission to use ADB on your phone.
315. Select "Run App" from the "Run" menu.
326. OboeTester should build and then appear on your computer.
33