I tried to use android.support.v7.widget.ShareActionProvider on actionbar in my app. So I followed the example from android document but got some issues.
Here\'s my m
In my case it was wrong namespace in menu.xml:
Pay attention to app:actionProviderClass="android.support.v7.widget.ShareActionProvider": it should have
Unfortunatelly, the compiler compiles it without errors, only Android Studio makes notification with underlining.