APK Splits don't seem to work when resConfigs are enabled in defaultConfig. 
 All densities are included in every apk.

For example our app defines the following resConfigs:

resConfigs "en"
resConfigs "nodpi", "hdpi", "xhdpi", "xxhdpi", "xxxhdpi"

I can understand why it wouldn't work when defining resConfigs based on 
density, because it conflicts with what density apk splits is doing. 
 However, shouldn't it still work when defining resConfigs based on 
language?

-- 
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.

Reply via email to