AnyChart / AnyChart-Android

AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
2.29k stars 369 forks source link

Build Issue #234

Open MRTUNC opened 2 years ago

MRTUNC commented 2 years ago

Hello Dear Programmer , I can not build ,The Android Studio gives error that "Execution failed for task ':app:processDebugMainManifest'.

Manifest merger failed with multiple errors, see logs" How Can I fix this error problem ?Would you please give me advice to solve ? here is build code as you see below, allprojects { repositories { google() mavenCentral() maven { url 'https://jitpack.io' }

    jcenter() // Warning: this repository is going to shut down soon

}

}

dependencies {

implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.github.AnyChart:AnyChart-Android:1.1.2'

}

Shestac92 commented 2 years ago

@MRTUNC Make sure that you replicated all the steps of the Quick Start guide as is.

turbosoft-anudeep commented 2 years ago

I'm getting similar issue, followed just as mentioned in start guide. Getting a multiple errors in manifest while building the project .

Attached Screenshot for reference

Screenshot 2021-11-01 132301

Shestac92 commented 2 years ago

@turbosoft-anudeep Without any debug information and trace we can't suggest a solution.

MrTheGood commented 2 years ago

I had this issue too, but it was resolved by upgrading to AnyChart version 1.1.4:

    implementation 'com.github.AnyChart:AnyChart-Android:1.1.4'