Update 'Building the Android Port'
@ -1,13 +1,14 @@
|
|||||||
Prerequisite
|
Prerequisite
|
||||||
Get An actual phone with developer mode enabled (rooting isn't required)
|
Get An actual phone with developer mode enabled (rooting isn't required)
|
||||||
adb - Android Debug Bridge (optional)
|
* **adb** - Android Debug Bridge (optional)
|
||||||
scrcpy (optional, think of it as wired remote play or something) https://github.com/Genymobile/scrcpy
|
* **scrcpy** (optional, think of it as wired remote play or something) https://github.com/Genymobile/scrcpy
|
||||||
|
|
||||||
Steps
|
### Steps
|
||||||
Install Java's OpenJDK8 Stuff - not to be confused with just only the OpenJRE
|
**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
|
|
||||||
|
|
||||||
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:
|
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.
|
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.
|
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,
|
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.
|
you can interact the phone with your mouse on the streamed display on your computer.
|
||||||
It still requires adb
|
It still requires adb
|
||||||
|
|
||||||
Other documentation
|
### Other documentation
|
||||||
https://www.renpy.org/doc/html/android.html
|
https://www.renpy.org/doc/html/android.html
|
||||||
Phone Assets (all in the root folder)
|
Phone Assets (all in the root folder)
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user