Skip to content

AnimatedCircleLoadingView, the Odyssey. #26

@ghost

Description

Hi, as happened many times before, I had this problem, I followed all the steps, I even force gradle to update the dependencies, this is my project build.gradle:

buildscript { repositories { maven {url "http://dl.bintray.com/jlmd/maven"} google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } allprojects { repositories { maven {url "http://dl.bintray.com/jlmd/maven"} google() jcenter() } }

this is my module build.gradle:

apply plugin: 'com.android.application' android { compileSdkVersion 26 defaultConfig { applicationId "com.company.holmes.myteste" minSdkVersion 21 targetSdkVersion 26 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } android { useLibrary 'org.apache.http.legacy' } buildTypes { release { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support:cardview-v7:26.1.0' implementation 'com.android.support:gridlayout-v7:26.1.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' compile 'com.github.jlmd:AnimatedCircleLoadingView:1.1.5@aar' }

And this is my error:

`Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : Attribute application@label value=(Agenda de Serviço) from AndroidManifest.xml:8:9-42
is also present at [com.github.jlmd:AnimatedCircleLoadingView:1.1.5] AndroidManifest.xml:13:9-41 value=(@string/app_name).
Suggestion: add 'tools:replace="android:label"' to element at AndroidManifest.xml:5:5-25:19 to override.`

Could you help me? I've already delete the .gradle file on C:/Users/(My User)/ and recompiled the dependencies. I don't anymore what to do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions