gradlew Questions
5
Solved
After updating Android Studio to version 2.2 (on Windows 10) and somehow next morning I received such error when gradle built on any project:
Write access is allowed from event dispatch thread ...
Histrionism asked 3/10, 2016 at 9:10
3
I have an android studio project, with the file gradle/wrapper/gradle-wrapper.properties configured as following.
#Wed Apr 10 15:27:10 PDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=w...
Triacid asked 3/6, 2015 at 10:9
1
Solved
I have a (Windows) Jenkins pipeline for my Android project and I'm trying to get the versionName defined in build.gradle file. According to https://mcmap.net/q/928972/-read-versionname-of-build-gra...
Judithjuditha asked 20/12, 2018 at 16:40
1
Receiving error message when building a project through gradle
Expiring Daemon because JVM Tenured space is exhausted
2
Solved
I'm making an android app using react native and this is the error I'm getting :
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':react-na...
Apollonius asked 10/12, 2018 at 20:24
2
Solved
3
Solved
What is the difference between the following statements when issued from a Android Studio Project's terminal :
Android_Studio_Project_Path: ./gradlew clean
Android_Studio_Project_Path: ./gradlew c...
Zubkoff asked 30/11, 2015 at 18:46
1
Solved
I have the following situation:
I have a project with several subprojects. Today I tried to build the projects with gradle via command line.
The build was successful when I executed ./gradlew cl...
2
I'm trying to automate the build and upload process for a signed APK of an Android app without using Android Studio, so I'm running everything in Terminal. The first command is:
./gradlew assemble...
Aggress asked 8/1, 2015 at 23:36
3
Solved
I am trying to follow a tutorial on downloading, installing and running a Groovy app, and the instructions say that I can run the app via:
./gradlew myapp
I have installed Gradle on my Windows 7...
2
Solved
to sum up the components and environment:
multi-project, typically each gradle project is soley in a seperate git
you don't want to use submodules
gradle init scripts in a seperate config / su...
Vasyuta asked 25/2, 2016 at 16:38
2
I run an Android Studio v2.1.3 and use ./gradlew build to detect errors in the Android project with the Findbags.
Recently an error started to come up:
FAILURE: Build failed with an exception.
*...
Disturbed asked 4/10, 2016 at 12:10
2
Solved
I'm new to Gradle and Java development and I'm having a hard time using a Gradle project which requires an old version of Gradle.
Basically, the problem is that every gradle command I run ends up w...
1
Solved
I have a react native project in ubuntu server, and I want to build an android app for production. to do that I first have to generate Gradle Wrapper files so I run this command in android director...
Doorframe asked 8/8, 2018 at 9:22
2
Solved
I build debug app use gradlew as in google tutorial https://developer.android.com/training/basics/firstapp/running-app.html
I was created project use
android create project --target 2 -g -v 2.9--...
Cons asked 23/11, 2015 at 20:8
7
Solved
I'm using Android Studio + gradle on MyProject + Facebook api as a library. See below settings.
I've tried removing all references of support-v4 (either r7 or 18.0.0) and replace them with support...
Intersection asked 26/9, 2013 at 14:0
9
Solved
What the question says really - can you issue any commands directly to gradlew via the command line to build, package and deploy to a device?
Blagoveshchensk asked 26/6, 2013 at 16:59
3
Solved
I'm building a Spring Boot project with Gradle migrating it from Maven. I wonder what Gradle task is doing the same thing as the package phase in Maven.
Thank you!
2
Solved
What is the difference between using gradlew and gradle or are they the same?
2
I'm trying to integrate the sonarqube gradle plugin with the jacoco plugin:
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.1'
apply plugin: 'org.sonarqube'
apply plugin: 'jac...
2
I have some trouble with the temporary gradle cache directory.
Gradle downloads all dependencies at first to /tmp/gradle_download...bin before it moves them to their target directory.
10:55:12.9...
2
Solved
Using Android Studio, I have an Android library project which produces 'library/build/outputs/aar/MyLIB.aar" just fine in Debug mode, but does not do so in Release mode. I see no errors, just "BUIL...
Wartburg asked 8/12, 2015 at 23:13
2
Solved
I´m having a weird problem in Android Studio: The manually started linter via
Analyze -> Inspect Code -> "Whole project"
Finds some issues, however if I do it
./gradlew lint
in th...
Desex asked 23/8, 2017 at 8:37
6
Solved
I just updated the gradle version to
classpath 'com.android.tools.build:gradle:3.0.0-beta1'
after updating android studio to 3.0-beta1, and my gradle-wrapper is:
distributionUrl=https\://servic...
Bernt asked 10/8, 2017 at 6:30
2
Solved
I'm trying to generate an APK for my android project on the command line.
I am running
./gradlew clean assembleProductionDebug
The output I get is:
:app:processProductionDebugManifest
:app:pro...
© 2022 - 2024 — McMap. All rights reserved.