Android Question Problem with drawable folder

nicolino33

Active Member
Licensed User
Longtime User
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.
 

nicolino33

Active Member
Licensed User
Longtime User
if you give me one link of a perfect and running sample app I try to publish it, and see what google says.
 
Upvote 0

rayzrocket

Member
Licensed User
Longtime User
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.
upload_2014-5-9_13-53-59.png


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?
 
Upvote 0

TomA

Active Member
Licensed User
Longtime User
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?

Set the folder properties to read-only.
 
Upvote 0
Top