rapt
rapt copied to clipboard
android-icon.png ignored
I created a .apk with Ren'Py 7.1.3 and RAPT.
The application works, but the icon is Ren'Py's mascot, while I added a 256x256 android-icon.png
in my game's top-level directory.
The icon was seen though, according to distribute.txt
:
android-icon.png matches android-*.png ([u'android']).
This used to work with a previous version (6.99 IIRC).
Read the documentation. The name of the Android icon files changed in version 7.1.
On Fri, Nov 23, 2018, 2:19 PM Beuc [email protected] wrote:
I created a .apk with Ren'Py 7.1.3 and RAPT. The application works, but the icon is Ren'Py's mascot, while I added a 256x256 android-icon.png in my game's top-level directory.
The icon was seen though, according to distribute.txt:
android-icon.png matches android-*.png ([u'android']).
This used to work with a previous version (6.99 IIRC).
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/renpy/rapt/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXLnB-3oBRPuUFQpqLhajfxrRhAGHXfks5uyEolgaJpZM4YxDXL .
I did.
https://www.renpy.org/doc/html/android-packaging.html
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.
android-icon.png
What documentation are you referring to?
https://www.renpy.org/doc/html/android.html#icon-and-presplash-images
Odd. That page should not exist.
On Fri, Nov 23, 2018, 3:02 PM Beuc <[email protected] wrote:
I did.
https://www.renpy.org/doc/html/android-packaging.html
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.
android-icon.png
What documentation are you referring to?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/renpy/rapt/issues/21#issuecomment-441311238, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXLnAQsbVajjcF3SCWnIkxIuM-qaUilks5uyFRjgaJpZM4YxDXL .
Number 1 search result for me for "renpy android icon" :/ Thanks for the pointer.
(the old page is still up by the way)