How to use Android's AppCompat theming application-wide?
问题 IDE : Android Studio 1.1.0 ENV : Debugging on usb-connected phone using Android API v10. I'm trying to use AppCompat to support Android API v8 and up. Compiles fine but crashes when the activity is drawn, saying: lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. ...however, in AndroidManifest.xml I have: <application android:name=".objects.PikCMS" android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app