Questions tagged as 'build'

2
answers

How to publish a CLI (Angular 4) Angular project on my server?

I am learning Angular CLI and I was able to make an application run the application in localhost of ng serves. However, I wanted to put this application on my website hosted on Hostinger , just to test and etc. So I went to play...
asked by 24.05.2017 / 05:09
1
answer

How do I get the apk of my IONIC application

Following the documentation , there 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 in the terminal, as shown bel...
asked by 05.11.2015 / 13:22
1
answer

Ionic's Apk does not work. White screen

Good morning, I've created an application on Ionic, it works perfectly when I use ionic serve The ionic can generate the Build without any error, however after installing the apk appears only the header and then a white screen. Has anyone e...
asked by 03.09.2015 / 08:20
0
answers

Eclipse - How to deny build access for specific users

Good afternoon! We are using Eclipse with TFS (Team Foundation Server) to do file versioning here. However, we also need to control which users will have access to compile the files (which is not possible through the versioning...
asked by 07.07.2016 / 19:41
1
answer

Error in eclipse

I installed and configured java jdk 9.0.1 and also eclipse as java ide in eclipse when I create the project gives me error And as soon as I start typing "System.out.println" this error window appears How can I resolve this? Thanks  ...
asked by 24.10.2017 / 14:56
1
answer

LNK2001 Error in C ++ Project Build

I'm trying to give 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 ListenSocket" (?ListenSocket@@3...
asked by 05.09.2016 / 21:13
1
answer

Problem in production build when using CryptoJS

I have an application written in Angular 6 and there has been a need to send a hash to the client. The contractor only approved the use of crypto-js library. I did the implementation and everything works correctly in ng serve , but...
asked by 04.10.2018 / 14:41
1
answer

remove files from inside the container after the build. Can you do it?

How to delete files after build? I am "building" an image with a google cloud key, so I can not leave this key inside the container, for security reasons. The problem is that if I do not, google cloud will not authenticate. Or is there another w...
asked by 04.12.2017 / 15:57
1
answer

Error compiling project.BuildGradle

I uninstalled android studio and installed again and now I can not compile my project. The following message appears: Error:Plugin with id 'com.android.application' not found. build.gradle : buildscript { repositories { j...
asked by 22.01.2016 / 10:49
0
answers

Ionic - build is giving error

When I'm doing build with code: ionic cordova build --release android is giving this error: What is the Solution ??     
asked by 13.02.2018 / 14:37