I'm using the Eclipse "Luna Service Release 2 (4.4.2)" to create my projects on Android.
Whenever I create any project and run it, ActionBar does not display the icon that is defined in the AndroidManifest.xml file :
android:icon="@drawable/ic_launcher"
What do I have to do to make the app icon show on ActionBar
?