Update 'Building the Android Port'

2021-07-29 20:38:23 +00:00
parent 52008f669d
commit 900148268e

@ -1,13 +1,14 @@
Prerequisite
Get An actual phone with developer mode enabled (rooting isn't required)
adb - Android Debug Bridge (optional)
scrcpy (optional, think of it as wired remote play or something) https://github.com/Genymobile/scrcpy
* **adb** - Android Debug Bridge (optional)
* **scrcpy** (optional, think of it as wired remote play or something) https://github.com/Genymobile/scrcpy
Steps
Install Java's OpenJDK8 Stuff - not to be confused with just only the OpenJRE
Install SDK & Create Keys - I think somewhere down the line you do get your freedoms violated because google and mobile phones in general but moving past that
### Steps
**Install Java's OpenJDK8 Stuff** - not to be confused with just only the OpenJRE
Configuring
**Install SDK & Create Keys** - I think somewhere down the line you do get your freedoms violated because google and mobile phones in general but moving past that
### Configuring
You can press on 'Configure' and go through this crap:
```
@ -49,12 +50,13 @@ Toggle 'Release' instead of 'Debug' if you're going to distribute or don't care
Press 'Build Package' to build the apk file. Build & .. is only useful if you have usb debugging & adb installed & developer mode.
You can manually install the snootgame apk on your phone, copy the file over to your phone, then find the file and tap it, it should prompt installation of the apk.
Optional Recording with scrcpy
### Optional Recording with scrcpy
scrcpy is used to record/playback your phone's display easily onto your computer,
you can interact the phone with your mouse on the streamed display on your computer.
It still requires adb
Other documentation
### Other documentation
https://www.renpy.org/doc/html/android.html
Phone Assets (all in the root folder)
```