Previously i was using AppCompat with version 21.1.2 in my project for the purpose of material design toggle with toolbar. But after upgrading to AppCompat v22.1.0, my app h
maybe this help some people
in my case i didnt use .NoActionBar Theme. i just remove android prefix from this item.
false
in addition i use android studio and gradle shot for you is
'com.android.support:appcompat-v7:22.2.0'
fortunately the error goes away.