Questions tagged as 'gradle'

2
answers

I can only resolve dependencies if I use '+' in the versions of the Libraries

22 Dec 2017 Error that occurred while offline AfterswitchingtoOnlineWork ORIGINAL:I'vebeentryingtoavoiddoingitthisway:dependencies{compilefileTree(include:['*.jar'],dir:'libs')compile'com.android.support:appcompat-v7:26.+'Becausetheuseof'+'is...
asked by 02.12.2017 / 18:50
1
answer

Problem updating appcompat-v7

Hello I have a project that is using the 23.1.0 version of the com.android.support:appcompat-v7 library. I was upgraded to 23.1.1 and the following error occurred: Failed to resolve: com.android.support:appcompat-v7:23.1.1...
asked by 04.12.2015 / 15:45
1
answer

Test APK Dependency Conflicts

In an old application that I was updating the dependency version of the gradle, on execution I received the following message regarding a conflict between the dependency version com.google.code.findbugs:jsr305 for app and for test:   ...
asked by 04.04.2018 / 20:51
1
answer

Problem uploading APK

I'm trying to upload an apk to Google Play and got the following message:    You uploaded an APK that uses Google Play version 5208000   Services. You must use version 5100000 or lower. In my buil.gradle file I have the following dependen...
asked by 18.08.2014 / 08:05
1
answer

What are the dependencies I need in Gradle? [closed]

What are the dependencies required for the following libraries? import java.io.StringReader; import java.net.Authenticator; import java.net.PasswordAuthentication; import java.util.ArrayList; import java.util.List; import javax.xml.parsers.Do...
asked by 31.01.2018 / 22:23
1
answer

Error when syncing grandle with mask library for fields

I'm trying to install a dependency for masquerading fields but when I add it, I have problems, in the log the following message appears:    Error: Execution failed for task ': app: processDebugManifest'.   Manifest merger failed: Attribute ap...
asked by 16.05.2017 / 15:15
1
answer

Android Studio freezes in Gradle: Resolve dependencies ': app: _debugCompile'

When I open Android Studio, Gradle runs multiple processes. When it arrives at Resolve dependencies ':app:_debugCompile' it crashes and even having an abort does not respond. This is my build.gradle : // Top-level build file wh...
asked by 23.08.2015 / 15:51
1
answer

Error Kotlin does not find bytecode for lambda function: "Failed to find byte code for java / util / function / BiConsumer"

When I try to run my app on my phone (the same thing happens in the emulator), the following error occurs: Error:FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformClassesWithInstantRunForDeb...
asked by 29.12.2017 / 13:41
1
answer

"Please configure your build for VectorDrawableCompat"

I created an application that uses the database and it is not running. When I open it, it shows the following message    "Beta Database application stopped" So I went to see LogCat and it shows that the error is in the onCreate of my acti...
asked by 12.10.2016 / 16:04
1
answer

Gradle version error

Does anyone have any ideas how to resolve this error in Android Studio? Plugin is too old, please update to ANDROID_DAILY_OVERRIDE variable to ... error-gradle.PNG1055x716.59KBMyclasspathlookslikethis:classpath'com.android.tools.build:gra...
asked by 19.07.2016 / 18:45