xref: /aosp_15_r20/external/oboe/apps/OboeTester/docs/Build.md (revision 05767d913155b055644481607e6fa1e35e2fe72c)
1[Home](README.md)
2
3# How to Build OboeTester
4
5Note that you can now [download OboeTester from the Play Store](https://play.google.com/store/apps/details?id=com.mobileer.oboetester).
6
7But if you want the latest version, or if you want to debug OboeTester, then you can build it using Android Studio.
8Download the top level oboe repository from GitHub.
9Then use Android Studio (3.3 or above) to build the app in this "apps/OboeTester".
10
11## Requirements
12
13* AndroidStudio
14* Android device or emulator
15* git installed on your computer (optional)
16* USB cable to connect your computer and your phone
17
18## Download Oboe
19
20You can either use git to clone Oboe or download a Zip archive.
21If you use git then you can quickly update the code or contribute changes.
22If you don't use git then just download the Zip archive.
23
241. Visit https://github.com/google/oboe
252. Click on the green button that says "Clone or Download" and follow the instructions.
26
27## Build and Run OboeTester
28
291. Launch Android Studio
302. Clock Open from the File menu and browse to the "oboe/apps/OboeTester" folder. Select that folder.
313. Wait about a minute for the project to load.
324. Connect an Android phone to your computer using a USB cable.
335. Look at your phone. You may need to give permission to use ADB on your phone.
345. Select "Run App" from the "Run" menu.
356. OboeTester should build and then appear on your computer.
36