"could not generate package manifest" icon issue apparently
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 3
- Joined: Wed Mar 25, 2015 2:53 am
"could not generate package manifest" icon issue apparently
I can compile Android .apk's with no issues - until I try to add an icon then I get the "could not generate package manifest" error. I am using 72x72 png images (it appears to only accept png's) so I'm not really sure what the issue is here.
Re: "could not generate package manifest" icon issue apparen
Hi unfungames,
1. welcome to the forum!
2, Maybe this helps? http://forums.livecode.com/viewtopic.php?f=53&t=22588
Best
Klaus
1. welcome to the forum!

2, Maybe this helps? http://forums.livecode.com/viewtopic.php?f=53&t=22588
Best
Klaus
-
- Posts: 3
- Joined: Wed Mar 25, 2015 2:53 am
Re: "could not generate package manifest" icon issue apparen
The only answers given there were to update to the newest version of LiveCode. I only installed it a week ago so I'm using the most up to date version.
Whatever it is, it's caused by my icon, because if I remove the icon it works
Whatever it is, it's caused by my icon, because if I remove the icon it works
Re: "could not generate package manifest" icon issue apparen
Hi unfungames,
This is a known bug and is likely due to some hidden metadata contained within the PNG image. More information on this and a workaround can be found in the following bug report-
http://quality.runrev.com/show_bug.cgi?id=14895
Kind Regards,
Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-
This is a known bug and is likely due to some hidden metadata contained within the PNG image. More information on this and a workaround can be found in the following bug report-
http://quality.runrev.com/show_bug.cgi?id=14895
Kind Regards,
Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-
-
- Posts: 3
- Joined: Wed Mar 25, 2015 2:53 am
Re: "could not generate package manifest" icon issue apparen
Thank you, that solved the problem