Android Tutorial Google Play: "Designed for tablet screens"

danijel

Active Member
Licensed User
Longtime User
There is an error with xxxhdpi folder
B4X:
Parsing code.                          0.05
Compiling code.                        0.04
Compiling layouts code.                0.00
Generating R file.                      Error
invalid resource directory name: res/drawable-xxxhdpi
Beside that all other folders works fine.
 

isox4

New Member
Licensed User
Longtime User
I too got this error in Google Play:
Your layout should make use of the available space on 7-inch tablets

To clear the message, all I had to do was upload a different screenshot for the 7 inch tablet. It seems that Google Play thought that my first one had too much white-space or something

Like I say, that cleared the message for me - so hopefully it might be helpful for anyone else who has the same issue
 

Croïd

Active Member
Licensed User
Longtime User
At compile time, the file is automatically deleted !!! an idea ?

the folder properties to read-only = true

\res\drawable-xxxxxxx \icon.png

I want to integrate - B4A V3.82
ScreenSize PixelDensity LauncherIconPixelSize ActionBarIconSize NotifyIconSize
xxxlarge 640 192x192 128x128 96x96
 
Last edited:

barx

Well-Known Member
Licensed User
Longtime User
You must make the files themselves read only, not the folder
 

Troberg

Well-Known Member
Licensed User
Longtime User
Now, TV has appeared as well in Google Play. Anyone who knows if there are any special requirement for an app to show up there?
 

tdocs2

Well-Known Member
Licensed User
Longtime User
Greetings, all, and thank you in advance for your replies.

I have completed creating icons for:

\Objects\res\drawable\icon.png (48x48)
\Objects\res\drawable-hdpi\icon.png (72x72)
\Objects\res\drawable-xhdpi\icon.png (96x96)
\Objects\res\drawable-xxhdpi\icon.png (144x144)
\Objects\res\drawable-xxxhdpi\icon.png (192x192)

(The directory structure above - courtesy of danijel see http://www.b4x.com/android/forum/th...d-for-tablet-screens.33949/page-2#post-249242)

I am not clear as to Erel's response on the subsequent post:

You don't need to modify the manifest file.

This is my manifest file:

B4X:
<supports-screens android:xlargeScreens="true"
    android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)

Do I have to specify xxlarge, xxxlarge screens in the manifest?

Best regards.

Sandy
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…