What is the best size to use for an Android application icon? Is it 72*72?
I want to install my application on a high resolution screen (hdpi).

Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look here and then here.
72 x 72px is correct for HDPI, with the actual content within being 60px by 60px. You’d want to support other densities though to avoid upsetting people with other devices.