解决Android Studio默认AppTheme主题找不到的问题 The following classes could not be found: - android.support.v

解决方法1:

打开build.gradle (Module:app) 在dependencies中找到compile 'com.android.support:appcompat-v7:23.1.1' 改成com.android.support:appcompat-v7:23.0.1' 更新配置即可

解决方法2:

style.xml中把