Top "Build-tools" questions

Build-tools are tools designed to help and automate the process of compiling, packaging and deploying software.

Clean Blank Android App fails to build - 'failed to find Build Tools revision 23.0.0 rc1'

New to Android, Tried to build a clean 'Blank App' android project. I get the below error, which is confusing …

android android-sdk-tools build-tools
No resource found that matches the given name (at 'cardBackgroundColor' with value '?android:attr/colorBackgroundFloating')

I am getting these two error messages when trying to compile: /Users/dericw/coding/myApplication/lfdate/android/app/build/intermediates/…

android android-support-library android-cardview build-tools
How can include multiple jars in the classpath using ant?

I have a bunch of .java files in a "src" folder that depend on three jars in a "lib" folder. …

java ant jar build-tools
Define buildconfigfield for an specific flavor AND buildType

I have 2 flavors, lets say Vanilla and Chocolate. I also have Debug and Release build types, and I need Vanilla …

android gradle android-gradle-plugin build-tools
How to compile tests with SBT without running them

Is there a way to build tests with SBT without running them? My own use case is to run static …

scala sbt build-tools
equivalents for mvn update and mvn install in gradle

I am new in gradle hence I have some questions about gradle. Before gradle I worked with maven and in …

java maven gradle build-tools
What server does ng serve use when using Angular CLI 1.6.0?

What server does this Angular CLI command use, when using Angular CLI 1.6.0? ng serve Since webpack is now being used …

angular angular-cli build-tools
Is it safe to delete old Gradle versions?

I recently noticed that the .gradle folder in my home directory blew up to a size of almost 2GB. This …

android android-studio gradle build-tools
How to fix build tools (22.0.0/1) dependency issues

Before last month, I have been using Eclipse for android development. But now I am trying to use android studio …

android build-tools
App crashing on Android API less than 5.0(lollipop)

The problem I am facing is that my android application works well on devices having API 5.0 and above but crashes …

android sdk android-gradle-plugin build-tools