The icon does not show

I created an android project using cocos2d-x on Mac with create-android-project.sh, The default cocos2d-x icon showed up in the beginning. After a while, when I run the project on the android device, the icon could not show. I check the AndroidManifest.xml file, the settings are right.

The three directories under res/ directory are all there
drawable-ldpi
drawable-mdpi
drawable-hdpi

I also checked the bin directory, all the resource files is the same as res directory.

Anyone knows how to fix it and has icon show up?

Thanks

I got it working. It is kindle fire’s problem. I put the 200X200 high res icon under mdpi folder and restart the kindle fire. The icon showed up.