From 900148268e3f0d5d11bbad4cd4b0c9de0a9f9e0b Mon Sep 17 00:00:00 2001 From: nutbuster Date: Thu, 29 Jul 2021 20:38:23 +0000 Subject: [PATCH] Update 'Building the Android Port' --- Building-the-Android-Port.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Building-the-Android-Port.md b/Building-the-Android-Port.md index e0f0828..bfd8aa7 100644 --- a/Building-the-Android-Port.md +++ b/Building-the-Android-Port.md @@ -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) ```