python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Errors in Unity when building the game
I am making an android game in Unity 2020.3.30f, scripting backend is IL2CPP, target architectures ARMv7 and ARM64,building a .aab file (for google play), and 3 errors appear:
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀...
Mister Danila
Votes: 0
Answers: 1
Error: Method not found: 'guardWebExceptions'. return internals.guardWebExceptions
I am getting the below error while I am running the flutter run , If anyone can help that will be very helpful for me.
../../Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3...
Sanchit
Votes: 0
Answers: 4
React App build failing suddenly on devops pipeline
We have a react app which we build at least daily using Azure devops pipeline, which was building fine until Tuesday. The app still builds fine locally. We have had several build issues in the past w...
mrahman10
Votes: 0
Answers: 0
Build Errors C++ Visual Studio 2022
I'm trying to implement a resizable array class in C++. I started out with a basic C++ Console Application Template.
I'm unable to build the basic Hello World program in Visual Studio 2022.
This is al...
Aneesh Bhave
Votes: 0
Answers: 0