Emulator not running. Could not get emulator name after starting AVD
I recently installed windows 11 and android emulator stopped working. I recently installed windows 11 and android emulator stopped working. This is the errorstrong text my configuration is I have tried different combinations…
Xamarin

[chromium] [INFO:CONSOLE(0)] "Failed to load module script: The server responded with a non-JavaScript MIME type of "";. Strict MIME type checking is enforced for module scripts per HTML spec
Steps to reproduce the problem: Using Xamarin Webview to load URL. Facing problems on Android APK < 30 with lower chrome version. Unable to load Webview. Problem Description: Trying to launch a Xamarin.Android WebView using…
Xamarin
Forwarding debugger port 8872 , Detecting existing process
HI all, From last few days I'm getting an issue related to android build both Debug and release mode also not working. In debug mode even app also not installing, I'm getting Forwarding debugger port 8872 Detecting existing process am start -n…
Xamarin
How Cast(Convert) Java.Lang.Object derived to C# object
Hi. I'm going to use Microsoft SignalR with Xamarin.Android. so I need to setup 3 projects; -Web Application(as Server) -Xamarin.Android( as Client) -Shared Project (containing Models) suppose we have a simple POCO C# class which is shared…
Xamarin
How to Upload a Xamarin IPA to App Store with Xcode 16.3 on macOS 15.4.1?"
Following the resolution of a recent production issue, I attempted to build the IPA on a Mac that was just updated to the latest macOS version(15.4.1). and Xcode version from 15.5 to 16.3. This update is necessary because, starting May 1st, 2025, all…
Xamarin
How to resolve Xamarin.Forms crash when navigating between pages on Android?
I'm experiencing an issue in a Xamarin.Forms app where the app crashes when navigating between two pages, but only on Android devices. The crash log mentions an ObjectDisposedException related to a renderer. I suspect it has something to do with the way…
Xamarin
XAMARIN SPEECH RECOGNITION API
There is an API whose package name is android.speech in Android SDK. It converts speech to text through preinstalled Google application in Android phones. I wonder whether Xamarin Forms SDK has an API counterpart of android.speech or not.
Xamarin
How to fix 17.13.5 Issue
After updating my VS Studio Community installation to version 17.3.5 from version 17.12.5, I now get the following major error when building my Xamarin Android app: System.UnauthorizedAccessException: Access to the path 'AndroidManifest.xml' is denied. …
Xamarin
VS2022 can not see my real android device
I have a Galaxy S10e on Android 11 that has Dev mode turned on and is connected via USB to the pc. Visual Studio 2022 does not see this device. It is not in the list of devices to choose to run on. So, I can't test against a real device. I have deleted…
Xamarin
Problem publishing .NET MAUI app to Google Play Store: Unpacking failed error
Hello, I have problem when I try publish my .NET Maui application to Google Play Store, I see this error message: Unpacking failed. Please download 'https://dl.google.com/firebase/ios/analytics/59128155f949f77d/GoogleAppMeasurement-8.9.1.tar.gz' and…
Xamarin
.NET MAUI
Microsoft Intune Android
IsEnabled property doesn't seem to work for AppShell
I want to use the IsEnabled property of ShellContent object of the AppShell, but this property doesn't seem to have any effect if True or False. If working, this property is very handy, for example, to disable user interaction until some conditions are…
Xamarin
XA0137: The 'run-as' command failed with 'run-as: couldn't stat /data/user/0/com.test.demo: No such file or directory '.
Hi all, My app not installing in release mode, Even I tried generating apk and installing but app is crashing every time. I'm getting following error Start debugging Android application failed Start debugging Android application ... am start -a…
Xamarin
Bind to a static variable inside App.xaml
Hi, How can I bind my XAML to a static variable inside the App.xaml.cs? For example: namespace Mawaqeet { public partial class App : Application { public static string my_name { get; set; } public static DateTime my_birthday…
Xamarin
ListView Item Selected/Tapped not Working on iOS
We have recently implemented ItemSelected on one of our ListView components. It works fine on Android, but on iOS the list items only respond to a user hitting them about 1 out of 10 times. We tried changing our ItemSelected handler to an ItemTapped, but…
Xamarin
AppShell- Failed to Navigate Back, Ambiguous routes matched for.... but i've only registered routes once
I am building an Xamarin Forms app for iOS and Android. I registered my routes in AppShell.xaml.cs globally like this: **-AppShell.xaml.cs-** Routes.Add(nameof(HousingFolderPage), typeof(HousingFolderPage)); Routes.Add(nameof(HousingFolderDetailsPage),…
Xamarin
ASP.NET
C#
The default Firebase app has not yet been configured. Add `[FIRApp configure];` In xamarin forms(iOS)
When i build app for xamarin ios the below issue/warning occurs. Error: The default Firebase app has not yet been configured. Add [FIRApp configure]; (FirebaseApp.configure() in Swift) to your application initialization. Read more:…
Xamarin
Is it recommended to use "StackLayout" in MAUI?
I understand that in MAUI there are objects like VerticalStackLayout, which are better optimized, but when creating slightly more complex objects, I have found it better to continue using the classic StackLayout since it processes the properties…
Xamarin Projects not loading after upgrading VS 2022 to version 17.12.4
After upgrading VS 2022 to version 17.12.4, I noticed that multiple of my existing Xamarin Forms projects are not loading and VS gets stuck at "Loading project 0 of 3". .NET MAUI Projects loading normally.
Xamarin
Visual Studio
How can we check the liveness of any image using Coginitive Face API Services?
Dear Team, We are developing attendance app using Xamarin Forms and FACE API of Cognitive services. What we are doing is like this. Registering Photo : When user clicks on this button we open the mobile camera , user click his/her photograph and…
Xamarin
Azure AI services
MT5210 error when compile xamarin ios project to release
Hi, I wanna to integrate Sipsorcery into my Xamarin iOS app, everything works fine on the simulator. But when I try to compile the Xamarin sample project, I got some errors from VS on my…