I am using Adobe Illustrator CS4
for creating images for launching icons to be used by Android applications. I create a set of images according to dev guide icon sizes for the ldpi, mdpi etc. The px is defined on the artboard but nothing about ppi/resolution on the vector graphics yet. When the image is finished I want to produce the .png files from each artboard which is configured to be the recommended size for the different densities. Adobe Illustrator has 2 options to produce a .png file; the first way is to do Save for Web & Devices
which allows you to explicitly specify that you want a PNG-24
which Android requires but there is no mention for the dpi/ppi aspect of the image. The second way is Export
which prompts a choice for the ppi
of the image.
So the first method uses some automatic setting and the resulting images on the properties have same the number of pixels as was defined for the artboard in Illustrator. The second method's pixel numbers on the resulting .png change depending on the ppi
chosen, and the equal corresponding pixel numbers from artboard to output .png arise only when ppi=72. So I conclude that the automatic Save for Web & Devices
chooses 72ppi as well. In this question on SO, I asked about the ppi in Photoshop, and I was recommended to ignore the ppi.
Which route is the consistent one for exporting .png files to match the low, medium, high densities for Android? (eg. settings for the options)