I am attempting to run gradlew from my command line, but am constantly facing the following error. Brendas-MacBook-Pro:appx_android brendalogy$ ./gradlew compileDebug --stacktrace -bash: ./gradlew: Permission denied I am already...
I can’t figure out to get this working. Scenario: I have an application built with gradle The application uses JavaFX What I want Use a variable (defined per developer...
Is it possible to declare a variable in Gradle usable in Java ? Basically I would like to declare some vars in the build.gradle and then getting it (obviously)...
I have a multi-project (~10 modules) of which building takes about 20-30 seconds each time. When I press Run in Android Studio, I have to wait every time to...
I’ve been experimenting with the new android build system and I’ve run into a small issue. I’ve compiled my own aar package of ActionBarSherlock which I’ve called ‘actionbarsherlock.aar’. What...
I get an error after updating from my last project. Not a problem in my code but I’m having trouble with build.gradle. How can I fix it? build.gradle code...
I’m trying to use Android Studio, and the first time I boot it up, it takes like 45 MINUTES to compile… If I don’t quit the application, it is...
When I build my app, I get the following error: Error: Execution failed for task ‘:app:transformResourcesWithMergeJavaResForDebug’. More than one file was found with OS independent path ‘META-INF/LICENSE’ This is...
Context: I’m trying to set up Google Analytics for my app. (having 4 custom buildTypes and more than a few productFlavors) It works fine when I select the Build...
I am new to Gradle. I use Gradle 1.10 and Ubuntu 13. I want to know if there’s any command to execute only one unit test class, similar to...