Questions tagged as 'gradle'

1
answer

Java Spring Boot project version

I need to get the value of the version in my spring boot project to create a service that returns this value, the value in question would be version in build.gradle. group = 'br.com.xxxxx' version = '0.0.2' sourceCompatibility = 1.8 I have...
asked by 20.11.2018 / 18:44
1
answer

How to insert a library into a project in Android Studio?

I'm new to Android app development, and I think it's cool to push my apps with a kind of Intro as soon as they run. I was researching on what I came to this library: link It turns out, however, that I can not add it to the project. I've...
asked by 06.07.2015 / 23:01
1
answer

Error while running an app in Android Studio

Imported an eclipse project for Android Studio (version 1.3.2), so far, but an error occurred when I tried to run the program:    Error: Execution failed for task ': dexDebug'.    com.android.ide.common.process.ProcessException: org.gradle.pr...
asked by 01.04.2016 / 01:12
3
answers

Preview Android stopped working after update

I work on an android project and after upgrading to Android Studio 3.0, my project started to give trouble. The preview of my activities has stopped working, although the app is build and I can install it in the mobile / emulator, I can not s...
asked by 08.11.2017 / 13:30
2
answers

What's the difference between Compile and Implementation in the Android Studio build.gradle file?

When I'm going to add some library manually to the Android Studio 3 build.gradule (Module: app) file, I use the implementation format >, because this is the way that Android Studio itself uses by default, but whenever I search the internet f...
asked by 29.01.2018 / 00:04
2
answers

Error 403 when trying to "synchronize the project with Gradle"

When I open Android Studio, it can not synchronize the project with this "Gradle", it returns the following error in "Messages Gradle Sync"    Error:    Could not GET 'http://jcenter.bintray.com/com/android/tools/build/gradle/0.12.2/gradle...
asked by 27.08.2014 / 13:56
1
answer

Android Gradle - Error: Unsupported method: BaseConfig.getApplicationIdSuffix ()

When importing a Github project using < strong> Android Studio 3.0.1 I got the following error in Gradle:    Error: Unsupported method: BaseConfig.getApplicationIdSuffix (). The   version of Gradle you connect to does not support that meth...
asked by 27.01.2018 / 04:18
1
answer

Error IONIC dependencies not found

Hello, I'm having an error in IONIC when using commands to compile for android. Appears this error every time I try one of these commands on ionic run android --target meuDispositivo ionic build android The following messa...
asked by 13.10.2016 / 16:38
1
answer

Put local Maven project as dependency on Gradle project

I have this Maven project that has all application domain classes and logic. From there I created an external Gradle test project where I do system tests with Selenium WebDriver. To not need to add all the domain classes in my gradle project,...
asked by 13.06.2018 / 21:08
0
answers

Can not load driver class: org.sqlite.JDBC

I'm trying to set up my app's access to a SQLite database using the application.properties of Spring Boot file, but it's not recognizing the driver. How can I proceed so that when initializing with Gradle the application recognizes the dr...
asked by 24.01.2018 / 01:27