Yesterday, Baidu rejected the application released, because the resolution is set to 11, I immediately silly eyes, to ask the technical department, sent to Mail today, part of the following:
Considering a fully adaptable model, the resolution layout of each model needs to be drawable, layout, and values, but the drawable and values need to be larger than the resolution requirements of your own package. 11 is the result of our analysis shows that you have to do settings, there are some models invisible resolution algorithm: anydensity = 1 <span style= "font-family:arial, Helvetica, Sans-serif;" >small = 2 normal = 4 large = 8xlarge = 16 is set to TRUE, the resolution value is: 1+2+4+8+16= 31</span>
15 = 1 + 2 + 4 + 8
Turns out he said my resolution 11 is because:
anydensity = 1
small = 2
Large = 8
Add up =11 caused, then according to his algorithm, should be so set:
anydensity = 1
small = 2
normal = 4
Large = 8
Xlarge=false
Baidu Market to screen rate requirements, resolution algorithm, resolution value 11, 15, 31