MAUI Native android binding issues while compiling the app(Error:Unexpected attempt to initialize initialized java.lang.IllegalArgumentException. )
MAUI Android native aar file binding project compile successfully after adding metadata but when the same project integrated into MAUI app it throws error while running the app.
netMaui Android MemoryStreamClosedException when uploading images
I want to upload images fro mthe Phone to crop them and save them via an http request. For uploading i have defined following method. In Debug i checked, that all steps fro mthe method work and the method gets exited as excepted. I have then bound the Image to my view, but as soon as the method exits, i get the exception below. I have set breakpoints in my custom Implementation of the ImageCropper from DevExpress but everythign that handles a Stream there never gets called. Apart fro mthat i have also tested a custom image cropper made with SkiaSharp with yields the same exception. Is this still related to this post? https://github.com/dotnet/maui/issues/19230