You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started my project from a boilerplate (from infinte red) and I used your app like I did in the past but it didn't work on some phone.
After a lot of research I think I found the problem: some icons are not generated.
It is likely that they are not needed, but if present they are used, probably the script should remove those:
Fixes#71. Fixes#82. Ensures that we create the 'ldpi' (32x32) icons
for Android. Also ensures we create the round icons. If we do not create
these icons, then a project which _already_ has them will not show the
full set of icons properly.
Thanks @obsidianart! This is now resolved in version 0.10.0, which generates the _round files as well, over-writing ones which will have been created by Android Studio.
I started my project from a boilerplate (from infinte red) and I used your app like I did in the past but it didn't work on some phone.
After a lot of research I think I found the problem: some icons are not generated.
It is likely that they are not needed, but if present they are used, probably the script should remove those:
Thanks for your amazing work.
The text was updated successfully, but these errors were encountered: