I want to put a menu item on the action bar (just doing a refresh). I already put my icon (the file name ic_menu_refresh.png) in all drawable folders, but can’t get it recognized, I always get this error at compile-time. Pls see attached image as well.
error: Error: String types not allowed (at 'icon' with value 'ic_menu_refresh').
Already tried without the .png
Any tip to fix this? thanks.

Please add @drawable/ic_menu_refresh to your menu item.