TeleClinic/SmartImageView

Manifest merger failed with multiple errors, see logs

Opened this issue · 0 comments

i think solution for this is add manifaist file path in your build.gradle
like this

android.applicationVariants.all { variant ->
variant.variantData.variantConfiguration.javaCompileOptions.annotationProcessorOptions.arguments =
['androidManifestFile': variant.outputs[0]?.processResources?.manifestFile?.absolutePath,
'resourcePackageName': android.defaultConfig.applicationId]
}

or

javaCompileOptions { annotationProcessorOptions {
arguments = ["androidManifestFile": "F:\Projects UnderDevelopment\MAJESTY kOTLIN PROJECT\app\src\main\AndroidManifest.xml"]}}