Icon for android application

I have JavaScript project. I want replace default icon to custom icon. But I can’t find where I can set path to my icon. In which way I can set custom icon for Android application?

proj.android/res/drawable-__dpi

@hzlov I created 3 directories in my_project/res: drawable-ldpi, drawable-mdpi and drawable-hdpi. Then I put icon.png file to each directory. But nothing to happens.

@hzlov I understood. You mean my_project/frameworks/runtime-src/proj.android directory.

yes, …/frameworks/runtime-src/proj.android/res/drawable***