-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Established app working fine using Android Studio 0.5.9/ Gradle 0.9 but upgrading to Android Studio 0.6.0/ Gradle 0.11 causes the error below.
Somehow Studio seems to have lost the ability to resolve the android tools import at the top of the build.gradle file.
Anyone got any ideas on how to solve…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
currently, I'm testing Gradle as an alternative to Maven. In my projects, there are some 3rd party jars, which aren't available in any (Maven) repositories. My problem is now, how could I manage it to install these jars into my local .gradle repository. (If it's possible, I don't want to use…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to setup a test using Robolectric to click on a menu button in this repository. Basic Robolectric tests will run, but I'm not able to run any project-specific test using resources because it says it can't find my AndroidManifest.xml. After running ../gradlew clean check, here's the standard…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
One developer on my team has some setting in Android Studio that replaces the distributionUrl entry in gradle/wrapper/gradle-wrapper.properties to use the gradle-###-all.zip, while my Android Studio changes it back to gradle-###-bin.zip.
Basically, my diff always looks like:
-distributionUrl=https\://services…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am really tired of struggling with Maven 2 all the time. Build tools should not be in the way. Recently I have been looking at Buildr and Gradle. Maven 3 seems to fix some of the struggles. So, what should I go for now? Buildr? Gradle? Or wait a year for Maven 3?
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
When embracing Team Build 2010, you typically want to define several different build process templates for different scenarios. Common examples here are CI builds, QA builds and release builds. For example, in a contiuous build you often have no interest in publishing to the symbol store, you might…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
All I am looking for the best free set of tools to be used in a MS Based build process. Checkout, Build, Package, Test, Deploy, etc.
I know this question has been asked before but it was over 2 years ago, and in our world that is an eternity.
I am looking to develop a pattern that is easily adapted…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I plan to use Grails and Flex in my next project. I would like to use grails command line to construct my project. This should include the flex part as well, compiling swf, executing FlexUnits etc. I would like to compile and add swf file to war when I do “grails war”. How can I accomplish this?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have tried several solutions for this problem. Enough to know I do not know enough about MSBuild to do this elegantly but I feel like there should be a method.
I have a set of libraries for working with .net projects. A few of the projects utilize System.Web.Mvc - which recently released Version…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
OUR CURRENT BUILD PROCESS
We're a small team of developers (2 to 4 people depending on project) who currently use Phing to deploy code to a staging environment, before going live. We keep our code in a SVN repo, where the trunk holds current active development and, at certain times, we do make branches…
>>> More