> they contain invalid value null What is "they" exactly? All of the separate <image##x##> elements? Only some of them? Something else entirely?
If you get an error message, no need to beat around the bush and give a summary of what it says. Sharing the exact text of the error message often gives others more information to work with in order to help you out with the problem! - Josh On Mon, Dec 12, 2016 at 10:34 AM, Trevor Holman <[email protected]> wrote: > Trying to do a simple build and my icons seem to be causing an issue. It > is telling me they contain invalid value null. Here’s what my app.xml icons > look like. > > > <icon> > <image16x16>"assets/icon16x16. > png"</image16x16> > <image32x32>"assets/icon32x32. > png"</image32x32> > <image48x48>"assets/icon48x48. > png"</image48x48> > <image128x128>"assets/icon128x128.png"</ > image128x128> > </icon> > > Trevor
