Top "Build" questions

The process of converting source code files into standalone software artifact(s) that can be run on a computer

specify project file of a solution using msbuild

I want the commandline for building a particular project of a solution using msbuild like we do with devenv.com.…

build tfs msbuild release devenv
Visual Studio Build Very Slow

This applies to both 2008 and 2010 versions (and probably earlier ones too). Also to both C++ and C# projects. An initial …

visual-studio performance build
exec: "gcc": executable file not found in %PATH% when trying go build

I am using Windows 10. When I tried to build Chaincode it reported this error # github.com/hyperledger/fabric/vendor/github.…

windows go build hyperledger-fabric cgo
How to set versionName in APK filename using gradle?

I'm trying to set a specific version number in the gradle auto-generated APK filename. Now gradle generates myapp-release.apk but …

android build gradle apk android-gradle-plugin
Error:(6, 0) Gradle DSL method not found: 'google()'

/Users/Ren/Desktop/RecylerViewBaseAdapter/build.gradle Error:(6, 0) Gradle DSL method not found: 'google()' Possible causes: The project 'RecylerViewBaseAdapter' may …

android build android-gradle-plugin
This version of android studio is incompatible with the gradle version used.Try disabling the instant run

I am able to build the app properly, but when I run it I get this error: This version of …

android-studio build
Android Build fail - java.lang.IllegalArgumentException: already added: Lcom/google/api/client/escape/CharEscapers;

I just prepare small update for my android app, but I get this strange bug when I try to build …

java android build adt dalvik
Ionic build Android error when downloading Gradle

I'm very new to the Ionic framework :) >npm install -g cordova >npm install -g ionic >ionic start …

java android ionic-framework gradle build
Maven - how can I add an arbitrary classpath entry to a jar?

I have an unusual situation where I need to add an arbitrary classpath entry (that points to a jar file) …

maven-2 build jar classpath
Copying Visual Studio project file(s) to output directory during build

When I build a Visual Studio project, the executable is written to the output directory specified in the projects Property …

visual-studio build projects-and-solutions visual-studio-2003