Page 1 of 1

"could not generate package manifest" icon issue apparently

Posted: Wed Mar 25, 2015 4:44 pm
by unfungames
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

Posted: Wed Mar 25, 2015 5:08 pm
by Klaus
Hi unfungames,

1. welcome to the forum! :D
2, Maybe this helps? http://forums.livecode.com/viewtopic.php?f=53&t=22588


Best

Klaus

Re: "could not generate package manifest" icon issue apparen

Posted: Wed Mar 25, 2015 5:19 pm
by unfungames
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

Re: "could not generate package manifest" icon issue apparen

Posted: Wed Mar 25, 2015 8:03 pm
by LCNeil
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
-

Re: "could not generate package manifest" icon issue apparen

Posted: Wed Mar 25, 2015 9:37 pm
by unfungames
Thank you, that solved the problem