|
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
|
|
79.
|
|
|
android-icon.png
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:162
|
|
80.
|
|
|
The icon that's used for the app in the Android launcher. This icon is automatically scaled down to the appropriate size, and should be larger that 144x144.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:160
|
|
81.
|
|
|
android-`density`-icon.png
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:173
|
|
82.
|
|
|
If present, these are used in preference to android-icon.png for screens of the given densities. This allows for pixel-perfect icons. Available screen densities and the corresponding icon sizes are:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:165
|
|
83.
|
|
|
ldpi (36x36)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:169
|
|
84.
|
|
|
mdpi (48x48)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/android-packaging.rst:170
|