Today I have spent the time to migrate to the AppCompat library. I have setup everything successfully except my SearchView.
Before, it functioned properly, but now I
Maybe it's an obfuscation issue...
Try adding this to your proguard file:
-keep class android.support.v7.widget.SearchView { *; }