Questions tagged as 'gradle'

2
answers

Build Gradle Eterno

I did not find anything like it. When I try to run projects from a book it looks like this:    "Gradle: Resolve dependencies: 'app: _debugCompile'" And it does not compile for anything. I changed my Gradle file to the versions I have. a...
asked by 21.01.2016 / 13:08
1
answer

Import dependency google-api-client

Good morning! I'm trying to import google-api-java-client from github to my Android project ; I'm using AndroidStudio , and follow my build.glade apply plugin: 'com.android.application' apply plugin: 'maven' android {...
asked by 12.08.2015 / 15:19
1
answer

Error compiling the project in Gradle

This is giving me the following error message when compiling my project and I am not able to solve I would like help if anyone has had this problem     
asked by 27.02.2015 / 17:34
1
answer

I can not use Android Studio (Gradle Project sync failed. Basic functionality ...)

I searched, searched, and did not find the solution to my problem. Firstly I will put the images of my situation, but beforehand I will inform you that my processor is AMD. In this case I just need to be able to perform build / re-build for a...
asked by 07.09.2018 / 21:19
0
answers

Problem with Gradle Android Studio

I'm getting a Warning from Gradle to switch compile to implementation and api, but I'm no longer using compile in my project. Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the...
asked by 31.07.2018 / 19:58
0
answers

Error building: Timed out while waiting for slave aapt process

I would like to know how I can get this error when I try to create a new app. The error is as follows: it loads everything right, but when it loads the Gradle it gives an error and the screen goes infinitely in the "Waiting for build to finish"....
asked by 14.12.2017 / 19:37
1
answer

Problem running cordova run - A problem occurred evaluating root project 'android'

This is the first time I install the Cordova and am having the following problem when trying to compile any project: C:\ProjetosCordova\lsls>cordova run --debug ANDROID_HOME=C:\Android\tools JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144 Subp...
asked by 11.09.2017 / 23:05
2
answers

Error using Google APIs to run from Android 2.3 (API Level 9)

I'm developing an app that will run from version 2.3 of Android (GingerBread - API Level 9) . However, when trying to add Firebase and Google Admob dependencies, the following error occurred while trying to sync: This support library s...
asked by 09.05.2017 / 15:25
1
answer

Error: A problem occurred configuring root project 'MyProject'

I'm trying to use the Firebase from Android Studio but I've made the settings on the Google website itself, and the message that appears to me is: Gradle 'MeuProjeto' project refresh failed Error:A problem occurred configuring root project 'M...
asked by 19.11.2016 / 20:58
0
answers

Error: Execution failed for task ': app: preDexDebug'. finished with non-zero exit value 1

I'm trying to run the Android Studio compiler, but I get this error back. Error:Execution failed for task ':app:preDexDebug'. > finished with non-zero exit value 1 build.grad app: android { compileSdkVersion 23 buildToolsVersion...
asked by 05.11.2016 / 15:12