Top "Build-tools" questions

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

How to install Android SDK Build Tools on the command line?

I want to setup the Android dev environment from command line, and encounter the following issue: wget http://dl.google.…

android sdk android-build aapt build-tools
ant warning: "'includeantruntime' was not set"

I receive the following warning: [javac] build.xml:9: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to …

java ant build javac build-tools
Could not resolve all dependencies for configuration ':classpath'

I cant seem to get build tools for the latest gradle at all. I suspect its something to do with …

android maven proxy gradle build-tools
How can I install the VS2017 version of msbuild on a build server without installing the IDE?

Historically, this has been done with the Microsoft Build Tools. But it seems that the Build Tools may not be …

msbuild visual-studio-2017 visual-studio-2019 build-tools build-server
Android Studio Gradle BuildTools Revision

I have an Android Project in Android Studio 0.5.9 and Gradle is throwing this error: Error:The SDK Build Tools revision (17.0.0) …

android android-studio build-tools
How to use package.json scripts to copy files with specific file extension

I am trying out npm as a build tool. One stumbling block I have encountered is that I need to …

npm package.json build-tools
failed to find Build Tools revision 21.1.1 - sdk up to date

I´m running a linux android sdk installation and my new project needs Build tools 21.1.1 Somehow, this build tools do …

android linux gradle revision build-tools
VisualStudio Build Tools 2017 offline installer

I generate an an offline installer for the build tools like this: vs_BuildTools.exe --layout c:\VS_BuildTools2017_offline …

visual-studio-2017 build-tools build-server
Android Gradle Project upgrading build tools to 21.0.1: aapt throws Exception

We have an android gradle project. Today I wanted to upgrade the android build tools version from 20 to 21.0.1, but now …

android gradle android-gradle-plugin build-tools
gem install json -v 1.7.3 gives 'Please update your PATH to include build tools'

When I run: rails new blog I get: Installing json (1.7.3) Gem::InstallError: The 'json' native gem requires installed build tools. …

ruby-on-rails-3 json windows-8 build-tools