I want to download 3 apk to the Android market based on the density of ldpi, mdpi and hdpi.
I linked to these links http://developer.android.com/guide/appendix/market-filters.html#MultiApks http://developer.android.com/guide/market/publishing/multiple-apks.html#HowItWorks
http://developer.android.com/guide/practices/screens_support.html#testing
How can I use the tag below in the manifest
<compatible-screens></compatible-screens>
My application size is large, so I want to remove resources based on density and do density assembly
Is it correct?
plz help me
Thanks in advance
, , apk sdk/screen/gl, .