每當一個編譯應用程序出現這個錯誤。這個問題只是在這個應用程序。我開發了其他的應用程序,並沒有問題,但每當我編譯這個項目時,這個錯誤就開始了。android:找不到資源(明顯錯誤)
gradle file is this:
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "cme.ws.com.ws.cme"
minSdkVersion 8
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.0.0'
}
error portion is this:
android:theme="@style/AppTheme">
有時這發生在Android工作室更新 –
之後那麼這個先生的解決方案是什麼 –
您是否嘗試過完整的項目同步? – Altoyyr