Marek Habersack
Marek Habersack
The same issue exists with KeeFox Firefox extension (an extension to integrate KeePass2 with Firefox)
The toolchain to use can be found in `$NDK_DIR/toolchains/llvm/prebuilt/linux-x86_64/bin` which contains a bunch of scripts to invoke the compilers (both on *nix and Windows), and using the compiler appropriate for...
@Maniues you (and others) raise a lot of valid points and worries about the future of Mono. But, the way I see it, the questions for guarantees that Microsoft will...
@Maniues the software died because the community died - there's no other reason.
Regarding the plans, I can't answer that - I don't work on the Mono runtime team. And, let me point out - you once again ask "what will YOU" introduce...
@Maniues many years ago I started to contribute to Mono to scratch my own itch - I wanted to have ASP.NET 2.0 on Linux. These were the golden years of...
@TonyC5 Please capture the crash from logcat output following the steps below, and attach the resulting `log.txt` file: ```shell $ adb shell setprop debug.mono.log default,assembly,mono_log_level=debug,mono_log_mask=all $ adb logcat -G 16M...
@TonyC5 you're most welcome! Regarding the manifest, I will have to refer you to @moljac, @jpobst and @dellis1972 who know way more than I about AndroidX and the manifest :)...
@jonathanpeppers yep, it appears to be @LoopedBard3 try building with `-p:AndroidEnableMarshalMethods=false` after removing all the `bin` and `obj` folders first.
I tried to reproduce this issue with Xamarin.Android/main, MAUI `8.0.0-ci.net8.7635` on an app freshly created with `dotnet new maui`, and both the `build` and the `publish` commands worked fine. Tried...