Questions tagged as 'gradle'

1
answer

Android Studio giving error

My Android studio is giving this error and I have tried everything but nothing worked.     
asked by 04.06.2018 / 19:36
0
answers

Miscellaneous Errors when synchronizing Gradle

I'm getting the following error when syncing my gradle. I can not understand the cause, nor do I know how to correct it. Somebody help me please, I'm a beginner. Android resource linking failed Output: C:\Users\alexi\AndroidStudioProjects\Dic...
asked by 06.06.2018 / 00:59
0
answers

Build app extremely slow

Hello, I'm having a serious problem with the Gradle Build time of an application. I researched a lot, changed gradle settings, disabled crashlytics, enabled daemon, build cache, offline work and configuration on demand and nothing, the build tak...
asked by 21.05.2018 / 14:01
1
answer

Mixing versions can lead runtime crashes

I'm having a problem with com.android.support:appcompat-v7:26.1.0 . AnddroidStudio says:    All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 27...
asked by 01.03.2018 / 02:48
1
answer

Error: Failed to resolve: support-annotations

I've been removing external libraries from my project because I was getting bugs from mixed versions of the appCompat library, I tried to delete everything related to version 25.2.0 because I need to use 22.2.1% with%. The error happens when I t...
asked by 12.02.2018 / 16:41
1
answer

Gradle does not find my main class

I have the following problem. :runErro: Não foi possível localizar nem carregar a classe principal LoadWebService FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':run'. > Process 'command 'C...
asked by 01.02.2018 / 18:01
1
answer

Android Studio 3.0.1 Error: Gradle project sync failed. Basic functionality (eg editing, debugging) will not work properly [SOLUTION]

I installed Android studio 3.0.1 and tried to create the first application with the choice of an empty activity, but I get the message:    Synchronization of the Gradle project failed. Basic functionality (eg editing, debugging) will not work...
asked by 31.01.2018 / 16:34
0
answers

Error: method does not override or implement a method from a supertype

I have a project in Android Studio for a solution in the company where I'm working. The project has already been two years or so, and when I imported svn into the IDE I started having problems with the API versions, dependencies ... I changed...
asked by 12.01.2018 / 11:36
0
answers

Android Studio error when in Build .apk -Multiple dex files define

I have an Android app completely made and tested. When I generate build apk I get the following error: Information:Gradle tasks [:app:assembleDebug] Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple d...
asked by 15.01.2018 / 01:30
1
answer

Error trying to run application with Gluon Mobile using gradle build

Hello, I'm trying to run my application, however, it gives the following error: please apply google-services plugin at the bottom of the build file. :compileJava FAILURE: Build failed with an exception. * What went wrong: Could not resolve...
asked by 20.12.2017 / 20:08