-
I'm a Go developer and new to Android and I'm trying to find out whether I can use android-go to build an Android Things app. I am trying to build the `minimal` example with go1.11 on macOS 10.14 (Moj…
-
```
The main purpose of project natures is to create an association between a
project and a given tool, plug-in, or feature set. By adding a nature to a
project, you indicate that your plug-in is co…
-
I tried this code:
```shell
$ cargo init repro
$ cd repro
$ cargo +nightly check --target thumbv8m.main-none-eabihf -Zbuild-std=std
```
I expected to see this happen: builds successfully
…
-
When the target is wasm32-unknown-emscripten, unable to find symbols: longjmp, setjmp, setjmp-longjmp support is enabled by default in Emscripten.
https://emscripten.org/docs/porting/setjmp-longj…
-
```
AprilCalib.cpp:66:25: error: use of overloaded operator '[]' is ambiguous (with operand types 'ConfigHelper::ConfigNode' and 'const char [5]')
std::string mode = cfn["mode"].str(…
-
## Bug type
Put `x` in the boxes below:
- [x] Installation issue
- [ ] App crash
- [ ] Broken UI
- [ ] Incorrect app behaviour
## Operating system
- [ ] Linux (specify distribution here)
- […
-
when i compile it getting errors kindly update the code or help me so i can compile it
Build command failed.
Error while executing process C:\Users\DELL\AppData\Local\Android\Sdk\cmake\3.10.2.4988…
-
Hello there, clang++ crashes on the following test case:
```cpp
a() { struct{[({ struct { b =
```
Tested version(s): 19.1.0, trunk.
Example: https://godbolt.org/z/nnj3sYKbP
Stack dump:
…
-
My profile is as follows:
```
[settings]
os=Android
os.api_level=26
arch=armv8
build_type=Release
compiler=clang
compiler.version=17
compiler.libcxx=c++_shared
compiler.cppstd=20
[conf]
…
-
### Description
I was testing #72161 and #72634 natively on Android last week, by building those pulls in the Termux app with an older, prebuilt host trunk Swift toolchain installed. Those pulls re…