Hi, When I compile the application, the folders res/layout res/xml are
empty, and are not created drawable folders containing the images to other
layouts (hdpi, mdpi etc ...) Why? this is a problem, because when I public
the application in google play it gives me an error, saying that I did not
add drawable resources to other screens.
I have put only one icon in the HDPI folder, high resolution, (the name of this folder is "drawable-hdpi"), but this not solve the problem, I've Always the Google warning.
I added "\Objects\res\drawable-hdpi" with 72x72 icon.
When I compiled (B4A ver3.5), B4A deleted the 'drawable-hdpi' folder and made a new folder 'drawable' with the icon in it.
Also, I used http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html
to generate entire icon set for all screen densities per Google's desire and made all the 'drawable-xxxx' folders with correct icon sizes automatically.
BUT, when I compiled my program, B4A deleted them all and made a 'drawable' folder with just the 72x72 icon.
Is there a setting in B4A that I am missing? Has anyone else seen this issue?
BUT, when I compiled my program, B4A deleted them all and made a 'drawable' folder with just the 72x72 icon.
Is there a setting in B4A that I am missing? Has anyone else seen this issue?