Most voted "build" questions
66 questions
Sort by count of
-
17
votes2
answers13314
views -
5
votes3
answers13703
viewsHow do I publish an Angular CLI (Angular 4) project to my server?
I’m learning Angular CLI and managed to make an application run on localhost ng serve. However, I wanted to put this application on my hosted website on Hostinger, just for testing and etc. So, I…
-
2
votes2
answers2726
viewsIonic Apk does not work. White screen
Good morning, I created an application in Ionic, it works perfectly, when I use ionic serve Ionic can generate Build without any error, but after installing apk only the header appears and then a…
-
2
votes1
answer13076
viewsHow do I generate the "apk" of my IONIC application
Following the documentation, should be two simple commands: To include the platform: ionic platform ios android To compile: ionic build android However, I’m getting a lot of red error on the…
-
2
votes0
answers14
viewsEclipse - How to deny build/build access to specific users
Good afternoon! We are using here in the company the Eclipse with Integration to TFS (Team Foundation Server) to do versioning of files. However, we also need to control which users will have access…
eclipse compilation team-foundation-server active-directory buildasked 8 years, 4 months ago Murilo lima alves 21 -
2
votes1
answer484
viewsEclipse error
I installed and configured java jdk 9.0.1 and also the eclipse as java ide,no eclipse when I create the project gives me error soon and as soon as I start writing "System.out.println" this error…
-
2
votes1
answer35
viewsWhat is the difference between build and link?
I’ve seen some representations where the build is in the same place as when linkage, both are the same thing?
-
2
votes1
answer1085
viewsProblem running ng build Angular
Hello, I’m having trouble in Angular when I run the following command to building in the project directory ng build --prod --aot=false, how do I fix the problem? What and why is this error…
-
1
votes0
answers83
viewsUsing phonegap build, was anyone able to implement video on android?
I have used phonegap build with the plugin "nl.x-services.plugins.videocaptureplus" video capture. It captures normally on android and Ios, but has 2 problems: 1 - On android I can’t find the file…
-
1
votes1
answer79
viewsLNK2001 error in C++ Project Build
I’m trying to build a project in Visual Studio and this error is appearing: Severity Code Description Project File Line Suppression State Error LNK2001 unresolved external symbol "class CPSock…
-
1
votes1
answer121
viewsError compiling project.Buildgradle
I uninstalled the android studio and installed again and now I can’t compile my project. The following message appears: Error:Plugin with id 'com.android.application' not found. build.Gradle:…
-
1
votes0
answers87
viewsUndefined Symbols for Architecture i386: "_Rklogcoredataerror"
Good morning, whenever I’m trying to accomplish the build of my application, on the stage of Linking the error of Undefined Symbols for Architecture Follow the error with more details: Undefined…
-
1
votes1
answer385
viewsremove files from the container after build. Can I do this?
How to delete files after build? I am "building" an image with a google cloud key, so I can’t leave this key inside the container, for security reasons. The problem is that if I don’t get it, the…
-
1
votes0
answers53
viewsIonic - build is giving error
when I’m building with the code: ionic cordova build --release android is making that mistake: What is the Solution ??…
-
1
votes0
answers151
viewsHow to resolve Fat Jar Export: Could not find class-path entry
I’m having serious problems exporting a program made in Eclipse and I’m starting to hate myself for trying to be organized. I imported two third-party libraries (Javamail and iText 5) into my…
-
1
votes0
answers39
viewsError Build Module Dbkey Angular
Good Afternoon. I am trying to build my Angular project, however, it lacks a module called Dbkeys, I tried to reinstall the node_modules package using the command npm install, I tried to clear the…
-
1
votes1
answer30
viewsHow is it possible not to use a dependency to compile, but to use it at runtime?
Studying build tools like Maven, I saw that it is possible to declare the scope of a dependency only as Runtime, which would make it impossible to compile a code that uses it. As this is possible,…
-
1
votes0
answers390
viewsError while running project in android studio
While running my project the following error appeared: Error:com.android.builder.dexing.DexArchiveBuilderException: Failed to process…
-
1
votes0
answers289
viewsError building: Timed out while Waiting for slave aapt process
I’d like to know how I can make that mistake when I try to create a new app. The error is as follows: it loads everything right, but when it will load the Gradle it gives error and the screen is…
-
1
votes1
answer838
viewsHow do I publish an Angular CLI project to my server?
I have a project in Angularjs running localhost perfectly. I’m trying to host on the server "HOSTGATOR" and I’m not succeeding. I’m generating the build with the Angular CLI and Hosting the Dir…
-
1
votes1
answer162
viewsProduction build problem when using Cryptojs
I have an application written in Angular 6 and there was a need to send a hash to the client. The contractor approved only the use of the library crypto-js. I did the implementation and everything…
-
1
votes0
answers17
viewsAngular 2 - Uncaught (in Promise): Securityerror: Failed to execute 'replaceState' on 'History'
Does anyone know how to solve or direct this error when Gero a build with Angular ? Angular version information used: Angular CLI: 1.7.4 Node: 10.15.0 OS: win32 x64 Angular: 5.2.9 ... animations,…
-
1
votes1
answer318
viewsError running build_runner 'Infinite loop at build time
I added the following packages and versions build_runner: ^1.10.2 and mobx_codegen: ^1.1.0+1 in the archive pubspec.yaml of my project Flutter and at the time of automatic code generation I got the…
-
1
votes0
answers29
viewssdk error while building android application below api level 24
I built a simple test app. When I build for versions of android sdk equal to or greater than 24 it recognizes the SDK and does the correct procedure, but if you try to build other versions like the…
-
0
votes1
answer140
viewsBuild for iOS and Android
I have a question about the build for iOS and Android. I recently lost the sources of an app I developed on these two platforms, but the apps are already in stores. I wondered in Apple support if it…
-
0
votes1
answer459
viewsVisual Studio Publishing Methods
Is there any way to publish specific files through Visual Studio 2013? In the publications I performed, Visual Studio deleted all the files in the destination and imported the new ones. Note: I use…
-
0
votes1
answer89
viewsBuild with problems
Follow the project settings: buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.3.0' } } allprojects { repositories { jcenter() } } apply plugin:…
-
0
votes0
answers178
viewsIonic framework 2 (Build problem)
Hello, I’m trying to build an app on Ionic, but any app I try to build, it generates an app just with maps, I wonder why?
-
0
votes0
answers19
viewsBest way to accomplish complex builds
I have an application that dynamically loads dlls and other components at runtime, and I’m looking for a solution to build "complex" builds in the style of Apache Ant (available in Java). What…
-
0
votes1
answer156
viewsProblems with web.xml file
Warning: selected war files include a WEB-INF/web.xml which will be ignored (webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true') I am using Netbeans to work…
-
0
votes0
answers73
viewsError compileDebugKotlin
Error: Error:Execution failed for task ':app:compileDebugKotlin'. Compilation error. See log for more Details Build.Radle Modulo App apply plugin: 'com.android.application' apply plugin:…
-
0
votes2
answers1351
viewsInstant Run works but file . apk does not install
Well, the problem I’m facing is that when I emulate mine app through the Instant Run the app goes perfectly on my smartphone. However, I cannot install the same app through the .apk generated. Use…
-
0
votes1
answer32
viewsStrange debug with Android Studio
Note the print, the title(1) of the error has more details than the body(2) of the error. It’s not every mistake that comes along that way. You can configure the title to appear also along with the…
-
0
votes1
answer86
viewsError generating build in android release mode on IONIC -V1
When I turn the remote ionic cordova build android --release he returns me this error: Using "requireCordovaModule" to load non-cordova module "fs" is not supported. Instead, add this module to your…
-
0
votes1
answer154
viewsBuild Variant Android studio
Why should my build variants (first image) does not present the options I want for the compilation? In this case I wanted the "mockdebug" as presented in the second image. What do I need to do to…
-
0
votes1
answer106
viewsIonic Build Error
Good night. I have a small project made with Ionic 1 that is giving the following error when running Ionic build android command: C: Grantsoft apps Ideiasdepresentes Platforms android build…
-
0
votes2
answers1087
viewsIONIC 3 - error generating build - Ionic Cordova build android --Prod --release
Talk garela, well I’m having a problem trying to build an IONIC 3 application, follow the data below the environment and the errors I’m having, if someone has already gone through it and got the…
-
0
votes1
answer58
viewsReact - Build too big
I am developing a website in React with Typescript. It happens that before when doing npm run build, the briefcase build generated had an acceptable size 4mb, and eventually, after having moved from…
-
0
votes0
answers31
viewsTranspose in development or build only
I need to transpose a project because it uses scss, typescript and Es6 The correct thing is to make the Bundle only for the build or I can/should run a task every time I change the code? I would…
-
0
votes1
answer1645
viewsThe "npm run build" command is not working
My problem is the following when executing the command (To prepare the files for production): npm run build He doesn’t make any mistakes, apparently everything worked out:…
-
0
votes2
answers743
viewsMicrosoft Visual Studio 2013 - There were compilation errors. Do you want to continue and run the last successful compilation?
Guys, here’s the deal: I’m developing a program Windows Form for desktop in the C# using the Visual Studio 2013. However, sometimes when I click on iniciar/ start some project compilation errors…
-
0
votes1
answer1812
viewsError running Android app - React Native
I created my Android app using React-Native. I can use connecting the phone on the PC or using an emulator. However, when I send the signed version of the application and install it on my phone it…
-
0
votes2
answers120
viewsAndroid Studio 3.2.1 does not locate "Default Activity"
Personal I am with this problem since Android 3.2. I have done the following procedures to try to fix the problem: - I’ve made clean and rebuild the project - I already cleared the cache and…
-
0
votes0
answers609
viewsHow to change the Gradle build to an earlier version ( android studio )?
I’m creating a project that runs on android studio version 3.1, and I have this old version of android studio but the build Gradle is updated and I can’t make my codes run I don’t want to change my…
android android-studio gradle build android-gradleasked 5 years, 11 months ago renan silva das neves 159 -
0
votes1
answer688
viewsError message when buildar apk on Flutter console
When I try to give a flutter build apk --release in my app it returns the following error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task…
-
0
votes2
answers492
viewsCss and js files do not load in production
Hello, When deploying my application to a server Tomcat 8.5 css and js files imported into angular json. are not loaded. locally works correctly Remarks: This server has a link to external access,…
-
0
votes1
answer315
viewsHow to generate ANDROID app build on IONIC
I typed the command ionic cordova build android and the result was that at the prompt Installing "ionic-plugin-keyboard" for android Ionic-v1.cmd build Ionic-v1[3676]: c: Ws src…
-
0
votes0
answers524
viewsAngular error-devkit/build-angular
I have in package.json "scripts": { "ng": "ng", "start": "ng serve", "lint": "tslint \"src/**/*.ts\" --project src/tsconfig.json --type-check && tslint \"e2e/**/*.ts\" --project…
-
0
votes1
answer227
viewsRuntimeexception Error
When I start Run from the app a Build gives me the following error java.lang.RuntimeException: java.lang.RuntimeException: java.io.FileNotFoundException:…
-
0
votes1
answer2709
viewsError running build p/ android - IONIC 3
I’m working on an application with Ionic 3 and when I tried to turn the remote ionic cordova build android, a number of errors occur. Console indicates an issue with environment variables…