Questions tagged as 'gradle'

0
answers

Error in Gradle Sync while compiling project

I'm finishing a project in Android Studio, and updated to version 2.1, then I started to appear errors, some already resolved, that persecutes me; When I synchronize the gradle I get these messages: HerearethesettingsformyGradle: andbelowismyS...
asked by 09.05.2016 / 16:46
1
answer

Error in gradle build: "java.exe finished with non-zero exit value 2"

I'm having this error in my Android Studio, this happens when I run an application that I'm developing. Does anyone know what it can be? Followmybuild.gradle:applyplugin:'com.android.application'android{compileSdkVersion23buildToolsVersion"2...
asked by 28.03.2016 / 06:03
0
answers

Android / Sdk / build-tools / 22.0.1 / aapt '' finished with non-zero exit value 1

I have this problem in my project and have tried the following: Post 1 Post 2 , but none of them worked for me. The projero runs perfectly on Android Studio 1.2, but when I upgraded to 1.3 it started to give this problem. This is my build....
asked by 11.08.2015 / 16:09
0
answers

How do I import correctly using Maven in Android Studio?

I imported org.apache.commons:commons-email through the ALT + SHIFT + CTRL + S command in Android Studio. The class has identified without problems but I can not compile the project! PS: I entered the error directory and only has a...
asked by 24.03.2015 / 01:33
1
answer

Gradle - Command Line Arguments

I have a question about how to pass an argument on the command line where I will pass the NDK path of my Android project. I have locally my local.properties file where I define the path in ndk.dir, however there is the problem when this proje...
asked by 12.05.2015 / 22:41
1
answer

Could not find any version that matches com.android.tools.build:gradle:0.12.+

I installed Android Studio, installed the JDK, set the environment variables (JAVA_HOME, JDK_HOME, PATH). I configured my proxy (I did the test and the connection works), and when trying to create a "Blank Activity" I get the following error:...
asked by 06.08.2014 / 13:03
1
answer

Error in Gradle - Startup failed

   What's wrong with my Gradle? apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion '25.0.1' defaultConfig { applicationId "com.example.thiago.myapplication" minSdkVersion 20 targetSdkVersion...
asked by 24.07.2017 / 16:58
1
answer

Android does not resolve Firebase dependencies

I'm having an error resolving gradle dependencies: I try to compile and get the following error: Error:FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Could not resolve all de...
asked by 18.07.2016 / 21:06
2
answers

Update android project

I have in my hand a project of 3 years ago and I need to put it to run, so when I opened the project in android studio already gave the default gradle error, I changed the line classpath 'com.android.tools.build:gradle:1.0.0-rc2' -> classpa...
asked by 28.03.2018 / 20:48
1
answer

Add Firebase to Android Project [closed]

I did everything I asked for in the Firebase website, but when I click Sync on Gradle inside the project, before finishing it it shows an ERROR, as you can see below; Please help me!     
asked by 24.12.2016 / 20:55