Is it 'Icon-hdpi' or 'icon-hdpi'

for building on android ARMv7 devices i understand nothing in your file can be capitalized. Would this include the ‘Icon -hdpi’ and ‘Icon -mdpi’? should it be ‘icon-hdpi’ and ‘icon-mdpi’

Also the simulator gives me a warning I dont have Icon.png or Icon-ldpi. from my understaning I dont need these to build. can i proceed without these and not enounter any problems?

thanks [import]uid: 75779 topic_id: 21983 reply_id: 321983[/import]

You CAN capitalize things in your file, this is not a problem.

The problem with caps only occurs if you have a file called “Background.png” but in your code you refer to it as “background.png” or vice versa.

So long as you refer to things correctly it is fine.

RE icon files, we use capital I.

Icon-hpdi.png.

RE building, you can ignore those warnings if you are just testing, it wont break the app - you just want to include them before listing on the store so your icon shows on all device sizes.

:slight_smile: [import]uid: 52491 topic_id: 21983 reply_id: 87436[/import]