Tôi đã định cấu hình môi trường SDK android-P thành công. Khi tôi cố gắng sử dụng thư viện hỗ trợ thiết kế android, tôi gặp phải lỗi xây dựng dự án. Cấu hình dự án là:
IDE: 3.2 Canary 17 API mục tiêu: 28 API biên dịch: 28
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.app.navigationpoc"
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.0.0-alpha3'
implementation 'androidx.constraintlayout:constraintlayout:1.1.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0-alpha3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha3'
implementation 'com.android.support:design:28.0.0-alpha3'
implementation 'com.android.support:cardview-v7:28.0.0-alpha3'
}
Và lỗi xây dựng không thành công là:
Hợp nhất tệp kê khai không thành công: Giá trị thuộc tính ứng dụng @ appComponentFactory = (androidx.core.app.CoreComponentFactory) từ [androidx.core: core: 1.0.0-alpha3] AndroidManifest.xml: 22: 18-86 cũng có mặt tại [com.android .support: support-compat: 28.0.0-alpha3] AndroidManifest.xml: 22: 18-91 value = (android.support.v4.app.CoreComponentFactory). Đề xuất: thêm 'tools: Replace = "android: appComponentFactory"' vào phần tử tại AndroidManifest.xml: 6: 5-40: 19 để ghi đè.