Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Issue #234

Open
MRTUNC opened this issue Oct 29, 2021 · 4 comments
Open

Build Issue #234

MRTUNC opened this issue Oct 29, 2021 · 4 comments

Comments

@MRTUNC
Copy link

MRTUNC commented Oct 29, 2021

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
Copy link

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

@turbosoft-anudeep
Copy link

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
Copy link

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

@MrTheGood
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants