build Questions
4
I have created a new project with IntelliJ IDEA Ultimate version 2024.1. This version supports the new Java 22 (openjdk-22) version. But when I reload my Gradle project, it shows this error:
Unsupp...
Nealah asked 31/3 at 16:52
5
Unable to launch my app using sudo yarn build I am getting this error:
package.json » eslint-config-react-app/jest#overrides[0]:
Environment key "jest/globals" is unknown
What would be ...
Denbrook asked 1/5, 2021 at 7:17
17
i am new to android development, i started developing from scratch on a project i bought online, following the documentation, i encountered a error saying No variants found for 'app'. Check build f...
Rimose asked 15/10, 2020 at 7:25
2
Solved
What would be the equivament of the following in Kotlin DSL (build.gradle.kts)?
processResources {
from(sourceSets.main.resources.srcDirs) {
filter ReplaceTokens, tokens: [version: version]
}
}
...
Elegance asked 16/9, 2020 at 12:6
10
Solved
When i do tns run ios, all is fine but tns run android just gives me error like this. I tried both device and emulator but the same result.
i have done:
reinstall platforms,node_module,hooks. tns...
Hod asked 6/8, 2020 at 19:8
7
Solved
I have a basic angular application , which was working fine. The ng serve and ng test commands were working fine. Recently as part of build automation for different environments , I introduced some...
Berkeleianism asked 27/3, 2020 at 10:1
5
Solved
I am currently learning how to write makefiles. I've got the following makefile (which was automatically generated for a C-project that should run on an ARM chip), and I'm trying to understand it:
...
4
I am new to python world and I have followed a few articles to set python on my system. I need python to build my project through bazel.
When I build my project on local, I get the following error....
Choosy asked 7/4, 2022 at 8:36
3
I'm using an AWS EC2 instance with a t2.micro type and I'm trying to build my REST API that uses typescript by using the tsc command but I'm getting a memory issue.
Ineffective mark-compacts near h...
Sharenshargel asked 5/9, 2020 at 10:44
3
How to run boost asio with cmake? Havint this simple project layout:
c1
├── c1
│ └── main.cpp
└── CMakeLists.txt
CMakeLists.txt:
cmake_minimum_required(VERSION 3.20.0)
project(c1)
add_executabl...
4
Solved
I am trying to build a project that references a 3rd party SlingshotClient.dll. The project builds fine on other developers workstations. However, I am getting the error below. One difference that ...
Bonar asked 21/8, 2013 at 14:43
29
Solved
I have been struggling with a very weird issue that has suddenly popped up on the latest version of Eclipse Classic (4.2.2).
Everytime I try creating or refactoring a class or subclass in any of m...
Prowel asked 17/6, 2013 at 18:32
3
Solved
Having a difficult time finding much information on how AssetBundles actually work. Can't find any explanation on how to manage asset bundles with a game build.
Basically I have a folder called As...
Dingbat asked 18/9, 2015 at 22:8
1
I am working on a flutter project and sometimes the reload does not works whereas I have no issues. I have everything up to date, every path right set, etc. I am on a stable version of android stud...
Crossroads asked 11/9, 2021 at 8:10
4
Solved
I'm creating my first Azure build pipeline for a .Net Core 2.1 solution. I've had success with DotNetCoreCLI@2 for all of my steps, that is, except for the pack step.
This works, and is currently ...
Succoth asked 13/8, 2019 at 9:55
26
This applies to both 2008 and 2010 versions (and probably earlier ones too). Also to both C++ and C# projects.
An initial build (after reboot) runs at normal speed and with reasonably good CPU util...
Almuce asked 23/8, 2012 at 16:1
4
Solved
Is there a simple way to make sure a resource isn't included in the release build of my app using the Configuration switch?
It's never used in the release build, but given it's nature I'd prefer t...
23
Solved
I have a prototype ready to go and the project is jammed with build:
error: Can't find 'node' binary to build React Native bundle If you
have non-standard nodejs installation, select your proje...
Frederiksberg asked 12/6, 2017 at 5:49
4
I'm trying to build a project using the classes in Microsoft.Build.
The code is:
var project = new ProjectInstance(CS_PROJ_FILE);
project.Build();
However it's throwing the following exception:
Mi...
3
Solved
What to do when go build is not enough and ones need to run extra commands along with go build? Does go tools have this use case covered? If so, what's the convention?
I noticed it's possible to p...
4
Below is my pom.xml for to do wsimport
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/...
7
Solved
After creating and deleting the Objective-C file with the header, an error appeared. How can I fix it?
error build: Build input file cannot be found:
'/Users/iiiivaska/Desktop/To-Do List/To-Do Lis...
Okinawa asked 5/10, 2022 at 16:34
10
Solved
while building iOS app on Xcode I got these 2 errors, I tried to build the iOS on visual studio code and I got the same errors. the operating system macOS 14.0 beta. processor M1 Pro
Could downgra...
25
I get this error when trying to build my project after changing laptop and updating to Android Studio version 0.8.2.
FAILURE: Build failed with an exception.
What went wrong:
Task '' not f...
Freeloader asked 6/8, 2014 at 23:35
6
Solved
I am running Ubuntu 10.04. Whenever I run make clean, I get this:
make: *** No rule to make target `clean'. Stop.
Here is my makefile:
CC = gcc
CFLAGS = -g -pedantic -O0 -std=gnu99 -m32 -Wal...
© 2022 - 2024 — McMap. All rights reserved.