gradlew Questions
1
After updating gradle version to 3.3 (I'm not sure if this effects anything at all) but sometimes, my build takes about 30 min. and I see a file called "java_pid1160.hprof" file in my project's mai...
Acrodrome asked 29/6, 2017 at 11:54
2
I am trying to upload my app to crashlytics. I have tried building the app in Android Studio but I keep getting this message. See screenshot.
Then I tried the command line
./gradlew assembleRel...
Emmetropia asked 6/5, 2015 at 2:26
1
Solved
So I created a Qt project for Android, but whenever I try to build it I get that exception. I even tried to run the gradlew file in the command line with the same results. Wherever I look online it...
1
I am trying to run gradlew on offline machine. It starts from message
Downloading https://services.gradle.org/distributions/gradle-2.10-all.zip
and then fails with exception.
What it wants and ...
4
Solved
I have an android project. I want to introduce findbugs in my project as a gradle plugin. I tried to edit the project's build.gradle as below.
buildscript {
repositories {
mavenCentral()
maven ...
Unalterable asked 30/4, 2015 at 12:4
3
Solved
I am unable to build my Android application with Travis-ci. It keeps failing with:
Travis-ci command "./gradlew build" exited with 1.
I have no idea what's causing this, and Travis-ci has no inf...
1
Solved
I have 2 build types of my application: debug and release.
I want to execute tests on both build types.
But currently only one Build Type is tested. By default it is the debug Build Type, but thi...
Galleass asked 9/2, 2017 at 5:51
1
When I try to follow the docs in https://facebook.github.io/react-native/docs/signed-apk-android.html to generate the apk file for a react-native app,I got the error described in the title above. I...
Saleswoman asked 31/7, 2016 at 10:1
2
Can someone tell me how could I write the if else condition in the gradle script
I mean i have two different types of zip files one is LiceseGenerator-4.0.0.58 and other one is CLI-4.0.0.60.My dep...
Acrospire asked 19/5, 2015 at 16:59
6
Solved
Gradle build-info.xml not found for module app. Please make sure that you are using gradle plugin gradle:2.0.0-alpha or greater
I'm using the gradle plug in gradle:2.0.0-beta2. I randomly get t...
Shylashylock asked 10/2, 2016 at 10:38
1
Solved
To not clutter my project's top-level directory I would like the gradle wrapper JAR to land in a subdirectory, e.g. infra. I'm going for something like this:
root
L .infra
L gradle
L wrapper
L...
1
Solved
I'm trying to execute a Gradle command-line task -setupDecompWorkspace to set up Minecraft Forge, but the task gets stuck on decompileMC. I've tried the first solution from this issue, but it didn'...
Impanel asked 19/11, 2016 at 8:18
3
I am trying to build my project on GitLab CI but unfortunately for me I keep getting this error inside the runner:
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
No...
2
Solved
We have an android project for an application, it builds without any error on our local machines. Recently had to configure jenkins for the same.
Every time we run the job the BUILD FAILED. Looki...
Heterodyne asked 22/12, 2015 at 3:36
1
What am I doing wrong ? I am referring to this
build.gradle
compile files('libs/redisson-1.3.2-SNAPSHOT.jar')
ls libs/
$ ls libs/
redisson-1.3.2-SNAPSHOT.jar
Error
* Where:
Build file '/myf...
Redmund asked 10/11, 2015 at 14:14
1
Backstory:
Module A depends on Module B
Want to know the gradle command line
execution when Android Studio runs the unit test package for Module A
This is important because I'm trying to compa...
Patrol asked 15/2, 2016 at 19:27
6
Solved
I trying to start application via gradle task.
task runDebug(dependsOn: ['installDebug', 'run']) {
}
task run(type: Exec) {
commandLine 'adb', 'shell', 'am', 'start', '-n', 'com.example.myexamp...
Psychotomimetic asked 22/1, 2014 at 16:26
2
We use gradle to build our Java projects, some are based on JDK7 and some on JDK8. I know of the org.gradle.java.home property, but it seems flawed to me.
If I configure it in '~/.gradle/gradle.pr...
Betti asked 29/1, 2016 at 10:3
1
While building signed release APK I've come across the following: if I build signed apk from android studio (via Build -> Generate Signed APK...) with build.gradle file like this (only relevant ...
Subcortex asked 24/8, 2015 at 13:55
1
Solved
I'm trying to do some work with the springfox project which has been broken up into two separate projects: the springfox runtime, and a suite of demos.
In order to investigate the behavior of cert...
1
Solved
I am trying to execute this command using Gradle .
.\build\build.exe parse /p 246 /o ".\strings.xml.bcg" /novalidate /l 1033 /sr "@LbaRoot@\settings\default\lss\default.config" "..\app\src\main\re...
Rearward asked 31/8, 2015 at 15:56
1
Solved
In Android Studio there is a button Sync Project with Gradle File, I always use it, and it's useful. It will download dependence packages and maybe something more.
But what does it really mean?
...
Eureetloir asked 1/7, 2015 at 16:20
1
Solved
I simply want to modify the directory where the program is run. Normally, it's run from the project root, which annoys me a little bit, because testing the program out can be quite annoying, since ...
1
Solved
I got a project which was a eclipse project. And now I'm using Android Studio with gradle 2.2.1. I've found that when I create a project with Android Studio, it will generate a gradlew file, and it...
Reviewer asked 7/5, 2015 at 1:41
1
Okay I'm trying to do some android developing via command line / with an alternative IDE.
I have the following path variables set up:
jdk1.8.0_40/bin/
android-sdk-linux/tools/
android-studio/bin...
© 2022 - 2024 — McMap. All rights reserved.