gradlew Questions
0
I did search a lot but unfortunately couldn't get it to work.
Based on my search I found that I need to add following code into build.gradle file. However, Gradle seems doesn't recognize it and al...
Otterburn asked 10/3, 2015 at 9:53
0
I'm looking around in my ~/.gradle folder (relocated to P:\caches\gradle, which doesn't affect this behaviour) and I found some strange folders.
In the past I have updated multiple projects from 2...
Bricebriceno asked 18/12, 2014 at 16:42
3
I'm trying to execute gradle wrapper for an Android project, and this error is raised:
A problem occurred evaluating root project 'myapp'.
> Gradle version 1.10 is required. Current version i...
Presa asked 5/5, 2014 at 4:25
1
Solved
I have Jenkins setup on linux machine (CentOS) and I tried to build Gradle based project on the master host. My project use Stash Git-based repository as SCM.
In the Jenkins build job I have enabl...
Phlebosclerosis asked 25/11, 2014 at 10:43
1
Solved
What exactly is the difference between Android Studio's Gradle options:
Android Studio->Preferences->Gradle
Use default gradle wrapper (recommended) and Use customizable gradle wrapper?
Ba...
Doubledealing asked 17/7, 2014 at 19:33
1
Solved
I know that there are a lot of similar questions, but no one answer works for me.
Android Studio 0.8.0
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+' (the minimum supported ve...
Scalf asked 7/7, 2014 at 12:4
0
I want to do something with assets on build stage. This is my gradle script.
project.afterEvaluate{
prepareDependencies.dependsOn("generateMyAssets")
}
task generateMyAssets() {
copy {
from('...
Renarenado asked 12/3, 2014 at 23:51
1
Solved
I've setup a build.gradle file with apply plugin: 'java'. I tried setting up a gradle wrapper using the instructions here, but when I type sudo ./gradlew build, I get an error sudo: ./gradlew: comm...
2
Solved
So, I am at my wits end with trying to get the build-info-extractor-gradle plugin to work...sorry for venting. ;-)
I'm using the gradle wrapper, specifying gradle 1.6, artifactory 3.0.0, and tryin...
Fellner asked 8/7, 2013 at 2:10
4
I'm on Android Studio 0.3.2. Since I upgraded from previous version, unable to build existing projects.
I'm consistently having gradle integration problems.
I spend more time sorting out gradle th...
Joiejoin asked 8/11, 2013 at 13:51
1
I'm having a problem when Android Studio v0.3.5 where the symbol 'Inject' isn't recognized.
I have the following: import javax.inject.Inject; where the whole line is greyed out except for Inject ...
Immobility asked 14/11, 2013 at 18:54
1
Solved
I have a Gradle app that I startup using ./gradlew run. This works fine, but I'm trying to deploy to an AWS instance (Ubuntu 12) and I would like the script to execute on boot. I tried writing a st...
1
Solved
We moved our project to gradle and we have continuous build on Jenkins. We use the gradle wrapper and the Jenkings gradle plugin.
I recognized by reviewing the console output that gradle will be d...
© 2022 - 2024 — McMap. All rights reserved.