Questions tagged as 'gradle'

0
answers

Error generating jar in grandle

How about, I have a small to big problem, I have the following situation: I want to generate a jar with the dependencies downloaded inside it, but I can not get it to work, here my build.gradle: dependencies { // The production code use...
asked by 16.01.2018 / 20:29
2
answers

Show me an error with the Manifest

I have this error in android studio    Error: Execution failed for task ': app: processDebugManifest'.   Manifest merger failed: Attribute meta-data#android.support.VERSION@value value = (26.0.0-alpha1) from [com.android.support:recyclerview-...
asked by 02.12.2017 / 21:23
2
answers

Configure build.gradle in eclipse project

Good morning! I have the following question: Can I set up a build.gradle file within an eclipse project? This for dependency management, something like maven . I have been consulting this link in the which I can add a plugin...
asked by 05.05.2017 / 23:33
0
answers

Android Studio 2.0 on ubuntu 14.04 LTS

Hi, I would like you to help me with this error that appears in android studio 2.2 on ubuntu 14.04 LTS Error: Process 'command' / usr / local / android-studio / jre / bin / java '' finished with non-zero exit value 2     
asked by 03.10.2016 / 08:23
0
answers

Error gradle, duplicate entry: org / ksoap2 / serialization / MarshalFloat.class

apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.2" compileOptions.encoding = 'windows-1252' defaultConfig { applicationId "com.ejemplo.app" minSdkVersion 15...
asked by 01.07.2016 / 01:17
0
answers

Gradle does not download cucumber libraries

I am trying to create a project to test the Cucumber (ATDD) tool and assess whether it is possible to use it for another project. The requirements that are presented to me are that I be able to work with Java, JUnit, Gradle and IntelliJ (the l...
asked by 11.05.2016 / 16:06
1
answer

Problem when deploying to Gradle Braintree in Android Studio

I am trying to implement in a Braintree application and the following problem arises. When I try to add the following dependency. implementation 'com.braintreepayments.api:drop-in:3.3.0' Skip the following Error:    Error: Program type a...
asked by 20.12.2018 / 12:17
1
answer

How to pass a local project made with Gradle to another computer?

I do not know if I explain myself in my question. Goes again: I have made a web page with the Spring MVC Framework and I had to use Gradle for the management of the dependencies (because I was following a course) of Spring and Spring Boot. Al...
asked by 23.10.2018 / 21:59
1
answer

Android Studio Generate Signed APK - Sign APK

I created an application on Android and I generated a first APK signed through Android Studio and I have a .jks file, once I signed the APK I modified some things in the code and when wanting to re-generate the signed APK I skipped the next erro...
asked by 06.05.2018 / 17:15
1
answer

error CreateProcess error = 193,% 1 is not a valid Win32 application on Android Dtudio

In Android Studio, when creating a new project, the gradle is activated, and after a few seconds the following message appears:    Error CreateProcess error = 193,% 1 is not a valid Win32 application I have looked for information to try t...
asked by 04.07.2017 / 03:07