Yorumlar

Emre Aydemir
5 yıl 1 ay önce
bu şekilde ; buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 }
Emre Aydemir
5 yıl önce
teşekkür ederim o hatayı düzelttim fakat Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:5:5-105:19 to override. hatasını verdi tools:replace="android:appComponentFactory" bu satırı eklediğimde ise Manifest merger failed with multiple errors, see logs hatası ile karşılaştım hata olarakta bunları verdi; Merging Errors: Error: tools:replace specified at line:6 for attribute android:appComponentFactory, but no new value specified app main manifest (this file), line 5 Error: Validation failed, exiting app main manifest (this file) <?xml version="1.0" encoding="utf-8"?> kodum şu şekilde hatayı nasıl düzeltebileceğim ile ilgili bir fikriniz var mı