mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 20:37:51 +00:00
Move dead submodules in-tree
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
c0cceff365
commit
6c655321e6
4081 changed files with 1185566 additions and 45 deletions
35
externals/oboe/apps/OboeTester/docs/Build.md
vendored
Normal file
35
externals/oboe/apps/OboeTester/docs/Build.md
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
[Home](README.md)
|
||||
|
||||
# How to Build OboeTester
|
||||
|
||||
Note that you can now [download OboeTester from the Play Store](https://play.google.com/store/apps/details?id=com.mobileer.oboetester).
|
||||
|
||||
But if you want the latest version, or if you want to debug OboeTester, then you can build it using Android Studio.
|
||||
Download the top level oboe repository from GitHub.
|
||||
Then use Android Studio (3.3 or above) to build the app in this "apps/OboeTester".
|
||||
|
||||
## Requirements
|
||||
|
||||
* Android Studio
|
||||
* Android device or emulator
|
||||
* git installed on your computer (optional)
|
||||
* USB cable to connect your computer and your phone
|
||||
|
||||
## Download Oboe
|
||||
|
||||
You can either use git to clone Oboe or download a Zip archive.
|
||||
If you use git then you can quickly update the code or contribute changes.
|
||||
If you don't use git then just download the Zip archive.
|
||||
|
||||
1. Visit https://github.com/google/oboe
|
||||
2. Click on the green button that says "Clone or Download" and follow the instructions.
|
||||
|
||||
## Build and Run OboeTester
|
||||
|
||||
1. Launch Android Studio
|
||||
2. Click Open from the File menu and browse to the "oboe/apps/OboeTester" folder. Select that folder.
|
||||
3. Wait about a minute for the project to load.
|
||||
4. Connect an Android phone to your computer using a USB cable.
|
||||
5. Look at your phone. You may need to give permission to use ADB on your phone.
|
||||
5. Select "Run App" from the "Run" menu.
|
||||
6. OboeTester should build and then appear on your Android device.
|
Loading…
Add table
Add a link
Reference in a new issue