1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > android xml未能解析文件夹 无法在styles.xml(Android Studio)中解析符号'Theme'

android xml未能解析文件夹 无法在styles.xml(Android Studio)中解析符号'Theme'

时间:2021-03-04 12:49:07

相关推荐

android xml未能解析文件夹 无法在styles.xml(Android Studio)中解析符号'Theme'

从今天开始,Android Studio无法在styles.xml中找到AppCompat主题,但是例如代码中的AppCompatActivity确实得到了识别.我的Android Studio版本是2.2.2,Build#AI-145.3360264

我已经尝试升级到最新的构建工具,编译sdk(25)版本等,但它没有解决问题.

目前我安装了以下内容(来自sdk经理):

android api:19和23

sdk平台工具:25.0.1

sdk工具:25.2.3

构建工具:23.0.2和25.0.1

支持存储库:40

谷歌存储库:39

和其他一些,这里没有必要列出.

app的build.gradle:

apply plugin: 'com.android.application'

android {

compileSdkVersion 23

buildToolsVersion '25.0.1'

defaultConfig {

applicationId "xxx.xxxxxxxx.xxxxxxxxx" //not the real applicationId

minSdkVersion 14

targetSdkVersion 19

versionCode 1

versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}

buildTypes {

release {

minifyEnabled true

shrinkResources true

proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

}

debug {

}

}

}

dependencies {

compile fileTree(include: ['*.jar'], dir: 'libs')

compile files('libs/RootTools.jar')

compile 'com.android.support:support-v4:23.+'

compile 'com.android.support:support-v13:23.+'

compile 'com.android.support:appcompat-v7:23.+'

compile 'com.android.support:design:23.+'

compile 'com.android.support:cardview-v7:23.+'

compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'

compile 'de.hdodenhof:circleimageview:2.1.0'

}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。