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.
if I do not solve this warning google does not make the application available, I've been able to see when I designed it with another software, when this warning is present the application is not located in google.
I've done everything properly, following any indication in the forum, but the problem remained.
PS.
I want to clarify that the message of Google play says that I MUST make the changes, not that I SHOULD make the changes, therefore this problem must be solved.
PS.
I want to clarify that the message of Google play says that I MUST make the changes, not that I SHOULD make the changes, therefore this problem must be solved.
Your message in english is not understandable (at least for me) and does not give enough clues. Could you copy/paste the text of the message on the right side explaining the problem? I will try different translators.
the problem is very simple: B4A don't make the icon and folder of drawable file for HDMI, MDPI, LDPI, it make only one folder (in RES/): DRAWABLE, in this folder you find only one file (icon), not find the XML file and not find LAYOUT file, only folder.
the problem is very simple: B4A don't make the icon and folder of drawable file for HDMI, MDPI, LDPI, it make only one folder (in RES/): DRAWABLE, in this folder you find only one file (icon), not find the XML file and not find LAYOUT file, only folder.
That's why I advise in my post to create the folder hdpi and place an icon inside it, with the proper size. You do not need any XML file or "layout" file.
I've already make the HDPI folder with the various icons resolutions, and other, but this not solve the problem, google play always show the same warning message!
I've already make the HDPI folder with the various icons resolutions, and other, but this not solve the problem, google play always show the same warning message!
This is mainly useful for Java users, not for us. B4A does not use these folders unless told to do so via the manifest or the XMLLayoutBuilder library.
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.