|
65.
|
|
|
http://docs.oracle.com/javase/1.3/docs/tooldocs/win32/keytool.html
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:104
|
|
66.
|
|
|
At the very least, you should keep the android.keystore file in a safe place. You should also back it up, because without the key, you won't be able to upload the generated applications.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:106
|
|
67.
|
|
|
Step 3: Configure Your Game
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:112
|
|
68.
|
|
|
Before building a package, you must give Ren'Py some information about the Android build of your game. To do this, choose "Configure" from the Android screen of the Ren'Py launcher.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:114
|
|
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
|