Hello friends some time ago I programmed an app which I am resuming now after 1 year but has changed the version of the gradle 3.3 and the android studio 2.3.3 and I think that is why this is giving me problems when synchronizing my application.
The first error I identify is in the build.gradle
The second message error is:
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
as data before I had my classpath like that.
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
}
now it's like this.
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
}
This is the log:
2017-10-18 11:21:34,353 [67792305] INFO - ild.invoker.GradleBuildInvoker - About to execute Gradle tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:compileDebugSources, :app:compileDebugAndroidTestSources, :app:compileDebugUnitTestSources]
2017-10-18 11:21:34,378 [67792330] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from C:/Program Files/Android/Android Studio/jre
2017-10-18 11:21:34,437 [67792389] INFO - ild.invoker.GradleBuildInvoker - Build command line options: [--configure-on-demand, -Pandroid.injected.invoked.from.ide=true, --init-script, C:\Users\sebastian.espinoza\AppData\Local\Temp\asLocalRepo3685.gradle]
2017-10-18 11:21:34,437 [67792389] INFO - xecution.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: [--configure-on-demand, -Pandroid.injected.invoked.from.ide=true, --init-script, C:\Users\sebastian.espinoza\AppData\Local\Temp\asLocalRepo3685.gradle]
2017-10-18 11:21:35,840 [67793792] INFO - pl.ProjectRootManagerComponent - project roots have changed
2017-10-18 11:21:35,931 [67793883] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 2ms; general responsiveness: ok; EDT responsiveness: ok
2017-10-18 11:21:35,958 [67793910] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 27ms; general responsiveness: ok; EDT responsiveness: ok
2017-10-18 11:21:36,170 [67794122] WARN - .tools.idea.model.ManifestInfo - getMergedManifest failed Manifest merger failed with multiple errors, see logs