Questions tagged as 'gradle'

3
answers

Error compiling com.google.gms: play-services-ads: 9.2.0

Updating the dependencies in android studio I find the following error. Error:Execution failed for task ':app:processDebugGoogleServices'. > Please fix the version conflict either by updating the version of the google-services plugin (infor...
asked by 28.06.2016 / 00:37
1
answer

Difference of using api or implementation in the dependencies of Android in Gradle

When updating Android studio to the new version 3.1.1 it has indicated me that I should change things in the dependencies compile by implementation I have uploaded the compilation version to 27 ... But gradle when making...
asked by 23.04.2018 / 17:05
2
answers

Can I delete these files without anything happening?

I have an application on Android that is very busy and 90% of the total is because of 3 files that I do not know if they can be deleted or what would happen if I erase them. The first one is fileSnapShots.bin, located in .gradle / 2.10 / task...
asked by 11.09.2016 / 16:48
2
answers

Problems with gradle.bundle libraries (Android Studio)

Good morning, I have a problem that always happens to me. It is with the issue of adding libraries to the project, it usually happens when I place several google libraries, when I run the compatibility error comes out in the libraries, I think i...
asked by 16.06.2016 / 17:02
2
answers

Error building Gradle Android Studio 1.5.1 (Error: Execution failed for task ': app: dexDebug'.)

I have the following error when trying to build my application, Error:Execution failed for task ':app:dexDebug'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program File...
asked by 08.01.2016 / 00:18
1
answer

how can I import Jeremy Feinstein's slidingmenu library in android studio?

I need to add Jeremy Feinstein's slidingmenu library that I downloaded from github in the android studio and I do not know how since it's a tablet I do not know how to add that kind of libraries. Greetings     
asked by 26.05.2016 / 06:35
1
answer

Is it the same to add properties in gradle.properties and gradle-wrapper.properties?

I have an Android Studio project that has only the gradle-wrapper.properties file and when I run the build I get a message that I have to add a new property to gradle.properties , but that file is not in the project. The message...
asked by 03.07.2016 / 21:43
1
answer

Attribute "titleTextStyle" has already been defined

I try to compile my project but I get these types of errors    "Error: (2) Attribute" titleTextStyle "has already been defined" this is my gradle dependencies { compile 'com.android.support:multidex:1.0.0' compile project(':library') co...
asked by 04.05.2016 / 21:49
2
answers

Problem with gradle sync

I just installed Android Studio , and you're giving me this error all the time: Failed to resolve: com.android.support.test.espresso:espresso-core:2.2.2 Failed to resolve: com.android.support: appcompat-v7:26 Any suggestions as to w...
asked by 20.07.2017 / 10:56
1
answer

Differences between Maven and Gradle

I'm starting with Gradle and I was wondering what are the main differences with Maven when starting a new project in groovy / grails. Note: The question can be considered as opinion and be moderate, I would appreciate it if you help me unders...
asked by 17.09.2016 / 21:18