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
Make sure that your class extends AppCompatActivity instead of just Activity.
Note: Edited to reflect the updated app compat library.