Top "Xamarin.android" questions

Xamarin.

System.ObjectModel Warning Xamarin does not run on Android

We are running the 'Welcome to Xamarin` example on Visual Studio Enterprise, using the latest Xamarin, in a Windows 8.1 environment. …

c# android visual-studio xamarin xamarin.android
How to get Device Id in Xamarin Forms?

How can I get Device Unique Id in Android and iOS using c# in Xamarin Froms? I am using Azure …

xamarin.forms xamarin.ios xamarin.android azure-notificationhub deviceid
Global Exception Handling in Xamarin Cross platform

Can you please let me know how to handle the global exception(without App crash) in Xamarin Cross platform project.

xamarin xamarin.ios xamarin.android xamarin.forms cross-platform
Is MonoGame reliable?

I'm looking for a cross-platform game development framework. MonoGame looks easy to learn and fast to develop, but I see …

mono xna xamarin.ios xamarin.android monogame
How to parse JSON using RestSharp?

var client = new RestClient("http://10.0.2.2:50670/api"); var request = new RestRequest("Inventory", Method.GET); request.OnBeforeDeserialization = resp => { resp.ContentType = "application/…

c# xamarin.android restsharp
Gradle dependencies in Xamarin

Is it possible to integrate dependencies from Gradle inside Xamarin project? A have some libraries, which I need to install, …

xamarin gradle xamarin.android
"aapt.exe" exited with code 1 when building Mono for Android project

I put together a fairly simple Mono for Android application that does nothing more than play an "AndroidResource" MP3 in …

c# android xamarin.android aapt
How can I force Localization Culture to en-US for whole applicaiton in Xamarin

How to force Xamain - Android / iOS to work in US English culture regardless of user setting. The issue I …

c# xamarin xamarin.ios xamarin.android
The $(TargetFrameworkVersion) for FormsViewGroup.dll (v7.1) is greater than the $(TargetFrameworkVersion) for your project (v6.0) xamarin

the error is on visual studio 2017 and xamarin: Severity Code Description Project File Line Suppression State Warning The $(TargetFrameworkVersion) for …

c# xamarin xamarin.android xamarin.forms
The Operation could not be completed: Invalid Pointer

Update: Below you will find answers that are mostly connected to ASP.NET issues and not the question I originally …

visual-studio-2010 android-layout xamarin.android