Newest Questions
0 votes
0 answers
15 views
How to catch AccessViolationException in .NET 8?
Part of my code throws AccessViolationException; the code is not in my control; I cannot fix the problem. When this exception is thrown, my application crashes. I am aware that I cannot handle this ...
0 votes
0 replies
11 views
repo manifest relative import
TLDR, how to include one repo manifest into another with a relative path? I have a project consisting form a number of subprojects, creating a tree hierarchy. Each project can be compiled by itself ...
0 votes
0 answers
20 views
Authorize SDK manager through proxy
I'm trying to build android application in gitlab CI. It's behind a corporate proxy that blocks access to https://dl.google.com/android/repository/ It is accessible either through nexus proxy repo or ...