gpt4 book ai didi

android - 迁移到 Android Studio 时出现错误

转载 作者:行者123 更新时间:2023-11-29 00:04:59 27 4
gpt4 key购买 nike

我对 Android Studio 有疑问。在听说在不久的将来谷歌将终止对 Eclipse 的支持后,我决定迁移到 Android Studio,完成后,我导入了 Eclipse 的项目,但出现了我不明白的错误:

Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(18) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\Android-sdk\build-tools\23.0.2\aapt.exe'' finished with non-zero exit value 1

这是我的 Build.gradle

apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "morisson.rzucpalenie"
minSdkVersion 14
targetSdkVersion 22
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}

dependencies {
compile 'com.google.android.gms:play-services:+'
compile 'com.android.support:appcompat-v7:22.2.1'
}

最佳答案

这是因为您正在使用 buildTools 23.0.2 构建,但您的 compileSdkVersion 是 22。compileSdkVersion 应该是 23,而您的 targetSdkVersion 应该是 23。

关于android - 迁移到 Android Studio 时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34495183/

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