Questions tagged as 'gradle'

2
answers

Version Conflict in Build Gradle Dependencies

I'm trying to use Firebase in my application, but it's giving dependency error in gradle.    Build.grad (App) apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' android {...
asked by 11.04.2018 / 17:18
1
answer

Problems with 2 different versions of the v7 library

My app is displaying the following error: AsifIhadbeenusingtwoversionsofthecompatibilitylibrary,at25and27,butI'vealreadyrolledtheentireprojectandIdonotthinkwherethelibrarywouldbedeclared25tochange,detail:I'musing:compileSdkVersion27buildTool...
asked by 21.01.2018 / 16:16
1
answer

React Native build of the app

When creating a react native project and try to execute it with the * react-native run-android * command this error appears, it does not matter if it is direct on the physical device or the AVD. I have already created several projects and the...
asked by 02.01.2018 / 15:18
1
answer

Error after updating android studio

   Error: Could not find com.google.android.gms: play-services-cast: 9.6.1.   Required by:       android: app: unspecified Search in build.gradu files How to resolve this error? Gradle already has this play-services. Below is a gradle app...
asked by 31.01.2017 / 14:47
1
answer

Gradle build running taking forever

Android Studio is no longer copiling the project. I have already uninstalled and installed again but it does not resolve, it is only in that of "Gradle build running" and never ends. 22:21:33 Gradle sync started 22:23:58 Gradle sync completed...
asked by 05.11.2016 / 02:42
1
answer

Error compiling Android Studio project with Gradle

I have a problem compiling my Gradle project. I have the following compiler response: Error:Gradle: Execution failed for task ':mobile:processBroadcastHomologDebugResources'. > com.android.ide.common.process.ProcessException: org.gr...
asked by 20.03.2015 / 20:16
2
answers

How to run commands in Android Studio?

I need to run the: gradle -q dependencies command to check library conflicts in Android Studio.     
asked by 07.04.2014 / 19:32
2
answers

Versions of constants according to BuildType

I have some constants which I would like to vary according to BuildType of Gradle. Among them are the URL's of the API's that I use in my app, which can be of production, homologation and development. For example:    link and link...
asked by 11.02.2014 / 02:30
0
answers

How to change the build gradle to an earlier version (android studio)?

I'm creating a project that runs in the version of android studio 3.1, and I have this old version of android studio but the build gradle is up to date and I can not make my codes run I do not want to change my codes or adapt I just want to go b...
asked by 22.12.2018 / 05:17
0
answers

Conflict with dependency 'androidx.annotation: annotation' when running Test Instrumented

I'm not able to run an Instrumented test that I created, using the espresso dependency an error message appears:    Conflict with dependency 'androidx.annotation: annotation' in project ': app'. Resolved versions for app (1.0.0-rc01) and tes...
asked by 13.12.2018 / 19:56