Make sure your have set right theme. android.support.v7.widget.PopupMenu expect the Application to have AppCompat theme, else it will throw exception when you try to show the PopupMenu
android:theme="@style/Theme.AppCompat"
But, android.widget.PopupMenu will work without this theme.