Hi, did you mange to solve the 560 issue?
im facing the same issue
On Monday, April 13, 2015 at 10:40:22 PM UTC+3, Marek Bachorski wrote:
>
> Hi,
>
> my application uses gradle density split but it is not generating
> compatible-screens tag for tvdpi, 400dpi and 560dpi.
>
> This my density split part of build.gradle:
>
> splits {
> density {
> enable true
> compatibleScreens 'small', 'normal', 'large', 'xlarge'
> }
>
> Is generates apks for: ldpi, mdpi, hdpi, xhdpi, xxhdpi and xxxhdpi with
> different version codes and I upload them all to google play.
>
> I have decompiled all of generated apk's but none of them has following piece
> of code that as far as I know is necessary:
>
> <compatible-screens>
> <screen
> android:screenDensity="560"
> android:screenSize="large" />
> <screen
> android:screenDensity="560"
> android:screenSize="small" />
> <screen
> android:screenDensity="560"
> android:screenSize="normal" />
> <screen
> android:screenDensity="560"
> android:screenSize="xlarge" />
> </compatible-screens>
>
>
>
> Is it a bug or am I doing something wrong?
>
> Because it seems that if we use density splits we do not support tvdpi,
> 400dpi and 560dpi devices on google play.
>
>
>
> I tried adding images to drawable-560 folder and icon to mipmap-xxxhdpi and
> mipmap-xxhdpi but it didn't help.
>
> For testing I created new empty project in Android Studio 1.2b with build
> tools 21.1.2, compile with sdk 21 and gradle version is 1.1.0.
>
> I also tried with older versions and with reset() and include.
>
>
>
> I will be grateful for any help you can provide,
>
> Marek Bachorski
>
>
>
--
*Confidentiality Note*:
This email and the information transmitted in this email, including within
any attachments, is confidential and/or privileged information. The
information contained herein is intended only for the person/s or entity to
which it is addressed. Any review, retransmission, dissemination or other
use of, or taking of any action in reliance upon, this information by
persons or entities other than the intended recipient/s is prohibited.
If you received this in error, please destroy the message and any
attachment and contact us immediately at [email protected].
--
You received this message because you are subscribed to the Google Groups
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.