Questions tagged as 'gradle'

1
answer

How to activate the live edition with spring boot

I'm working on spring boot with gradle and I do not know how to activate the live edition investigate that you have to integrate the dependency compile("org.springframework.boot:spring-boot-devtools") but I can not make it work, I do not k...
asked by 19.10.2017 / 20:32
2
answers

Android: Use Java 8 in the project-gradle

I'm starting a small project on Android and I found that by default the great features of Java 8 are not available: Lambdas, streams, Time API and others that I did not give This is my build.gradle apply plugin: 'com.android.application' a...
asked by 17.10.2017 / 14:04
0
answers

Error in previous versions

I do not know what I should change to make my app compatible with previous versions, I need to run it in versions 4.0.1, but it crashed me; I get this error: java.lang.RuntimeException: Unable to start activity ComponentInfo{corpoeurekait.ep...
asked by 13.10.2017 / 06:17
0
answers

Manifest merger failed with multiple errors, see logs

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....
asked by 18.10.2017 / 16:26
1
answer

Error in: compile 'com.google.android.gms: play-services-location: 8.4.0'

Issues this error when adding the package compile 'com.google.android.gms: play-services-location: 8.4.0' Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.    com.android.build.api.transform.TransformExcept...
asked by 16.09.2017 / 23:34
0
answers

ErrorError: Execution failed for task app: transformClassesWithJarMergingForRelease

dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' })...
asked by 31.08.2017 / 19:37
0
answers

Gradle takes a lot of minifying apk

I've been waiting for more than 20 minutes for Gradle to compile in the release, minifying and obfuscating the code with Proguard: release { signingConfig signingConfigs.release shrinkResources true minifyEnabled true proguardF...
asked by 14.08.2017 / 22:29
0
answers

Environment variable in gradle properties

I am configuring an android plugin to automate the upload of the apk to production from the android studio itself. In an example that I follow, the following appears (gradle.properties): AppKeystoreReleaseLocation = keystore/release.keystor...
asked by 14.08.2017 / 13:49
0
answers

Android Error: Execution failed for task ': app: mergeDebugResources'

I get this error:    Error: Execution failed for task ': app: mergeDebugResources'.       Error: java.util.concurrent.ExecutionException:   com.android.ide.common.process.ProcessException: I've tried tested Clean project y Rebuild pro...
asked by 06.06.2017 / 18:39
0
answers

Android SDK not found

   Android SDK not found. Confirm that it is installed. If it is not   in the default location, set the environment variable   ANDROID_HOME. This is the problem that returns cordova when I use the command cordova requirements t...
asked by 06.04.2017 / 12:07