Failed to load AppCompat ActionBar with unknown error android studio 3.0
问题 After updating android studio to version 3.0, I can't preview layout of my app, I get the error like: 'Failed to load AppCompat ActionBar with unknown error'. How can I fix this? but if I run the app on my device phone, its run normally. This is my Gradle file: apply plugin: 'com.android.application' android { compileSdkVersion 24 buildToolsVersion '26.0.2' defaultConfig { applicationId 'com.halloo' minSdkVersion 16 targetSdkVersion 24 versionCode 1 versionName "1.0" testInstrumentationRunner