gpt4 book ai didi

android - 我的风格有什么问题?无法解析符号 Theme.AppCompat.Light.NoActionBar

转载 作者:太空宇宙 更新时间:2023-11-03 12:04:02 28 4
gpt4 key购买 nike

目前,我的 styles.xml 文件显示不正确。 Theme.AppCompat.Light.NoActionBar 无法解析。我已经重启了 android studio 但它仍然无法正常工作。我尝试了使缓存无效/重新启动,但它不起作用。它不会让我的应用程序崩溃,但它为什么会发生。看下图:

.

这是我的build.gradle文件

import org.apache.tools.ant.taskdefs.condition.Os

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android {
compileSdkVersion 23
buildToolsVersion '25.0.0'

defaultConfig {
applicationId "xx.com.xxx.xxxx"
minSdkVersion 17
targetSdkVersion 23
versionCode 21
versionName "1.2.0"
renderscriptTargetApi 23
renderscriptSupportModeEnabled true

// Enabling multidex support.
multiDexEnabled true
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile('com.afollestad.material-dialogs:core:0.8.5.1@aar') {
transitive = true
}
compile('com.mikepenz:actionitembadge:3.0.2@aar') {
transitive = true
}
compile project(':blurringview')
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:cardview-v7:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'
compile 'com.android.support:palette-v7:23.3.0'
compile 'com.android.support:multidex:1.0.1'
compile 'com.wdullaer:materialdatetimepicker:1.5.1'
compile 'com.pnikosis:materialish-progress:1.5'
compile 'com.mikepenz:iconics:1.3.0@aar'
compile 'com.mikepenz.iconics:community-material-typeface:+@aar'
compile 'com.soundcloud.android:android-crop:1.0.0@aar'
compile 'org.apache.commons:commons-lang3:3.4'
...
}

...
}

最佳答案

最后,这是我的第一个解决方案。发生错误是因为 gradle 不适用于版本较低的库。它不编译外部库 appcompat-v7:23.3.0。我现在要做的是将 gradle 插件从 2.+ 降级到 2.2.0 并重建 项目。现在又可以用了。

此链接显示如何降级 gradle 版本 [Link] .

这不是一个好主意,但它确实解决了我的问题。

任何其他需要改进的想法或意见,欢迎。

关于android - 我的风格有什么问题?无法解析符号 Theme.AppCompat.Light.NoActionBar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40757931/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com