|
69.
|
|
|
If you need to change the information - for example, if you release a new version of your game - you can re-run the configure command. Your previous choices will be remembered.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:118
|
|
70.
|
|
|
Step 4: Build and Install the Package
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:123
|
|
71.
|
|
|
Finally, you can build and install the package. This is done with a by connecting your Android device to your computer, and choosing "Build & Install" from the Android screen of the Ren'Py launcher. (The first time you install, your Android device may ask you to authorize your computer to install applications.)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:125
|
|
72.
|
|
|
If you'd rather copy the game's apk file to your Android device manually, choose "Build Package" from the Android screen of the Ren'Py launcher. Then navigate to the 'bin' directory underneath the RAPT directory and copy the file mygame-release.apk into your Android Device. You will then need to find the .apk file in your Android device using a file manager application and open it to install the game.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:131
|
|
73.
|
|
|
Viewing Debug Output
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:141
|
|
74.
|
|
|
Debug output can be found by running the adb command manually from the terminal. After installing the SDK, the adb command can be found as `rapt-dir`/android-sdk/platform-tools/adb. (On Windows, use adb.exe.)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:143
|
|
75.
|
|
|
To view output from Ren'Py, consider a command line like:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:148
|
|
76.
|
|
|
adb logcat -s python:*
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:150
|
|
77.
|
|
|
Icon and Presplash Images
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:153
|
|
78.
|
|
|
There are several special files that are used to set the icon and presplash images used by the package. These files should be placed in the base directory.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:155
|