Top "Build-tools" questions

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

Cannot install Support repository and sync project in Android Studio

I am trying to use the support libraries of version 25.2.0 so I will be able to use the CameraKit library. …

android android-studio gradle android-support-library build-tools
How to install old version of Android build tools from command line?

I am installing android SDK to create an automated build server. I got into a problem where many Gradle-based Android …

android android-sdk-tools build-tools
pip install mysqlclient error

i'm tryng to import mysqlclient library for python with pip, when i use the command pip install mysqlclient it return …

python mysql pip build-tools
Visual Studio wants to build with wrong platform toolset

I have upgraded a solution from VS2010 to VS2012. I did that with other solutions, and it worked fine. But …

c++ visual-studio-2010 visual-studio-2012 build-tools
Out of memory issue after updating buildToolsVersion '23.0.1' in Android studio

I am getting out of memory issue very often after updating buildToolsVersion '22.0.1' to buildToolsVersion '23.0.1' I am …

android android-studio build.gradle android-build build-tools
How to change build tools version in Android Studio 3.0.1?

I just upgraded my Android studio from 2.3 to 3.0.1. But I get this error message(I have already installed API 27 ) and …

android-studio configuration build-tools
What is the buildToolsVersion for android SDK 24?

There's not much I can say about this. Oh well. Google released a new version of android called Nougat (android …

android build-tools android-buildconfig
Using node-sass watch option with npm run-script

So I'm running tasks in npm package scripts but I want to pass the watch option in npm start. This …

node.js sass npm build-tools node-sass
What are the differences between Bazel and Gradle?

Google just open-sourced its build tool Bazel. What are the differences between this tool and Gradle? What can it do …

gradle build-process build-tools bazel
Unable to compile Rust hello world on Windows: linker link.exe not found

I have installed Rust on windows from Rust installation page. After installation I tried running the "hello world" program but …

compiler-errors installation rust linker-errors build-tools