Skip to main content

All Questions

Tagged with
0 votes
1 answer
48 views

Can i delete mono.android from my xamarin.ios project?

in visual studio 2022 using xamarin i have a .sln (3 projects: my backend project, myapp.android, myapp.ios) when i build my ios app in release mode, in my folder release, i can find mono.android and ...
Matteo Persichini's user avatar
-1 votes
1 answer
62 views

EventToCommandBehavior RelativeSource in Xamarin.Forms

Why it is not work? <Editor Text="{Binding OptionText}"> <Editor.Behaviors> <xct:EventToCommandBehavior EventName="Focused" ...
Winteriscoming's user avatar
5 votes
2 answers
8k views

Xamarin Support for Android 14

Following the announcement by Microsoft that Xamarin will now support iOS 17 and Android 14 we are now looking to build our Xamarin based app to target these newer OS versions. We are aware that ...
MobileDev's user avatar
  • 383
1 vote
1 answer
801 views

Xamarin.forms project in Mac terminal without Visual Studio

I'm trying to build a job for Xamarin.forms project in mac terminal without UI method. but, not sure which are the tools are mandatory to be installed. Could anyone help here ? Installed : Dotnet ...
Sakthivel P's user avatar
0 votes
1 answer
544 views

Unable to find SDK 'Microsoft.Android.Sdk' error when using Xamarin.Legacy.Sdk on mac

I would like to use Xamarin.Legacy.Sdk to target both monoandroid11.0 and net6.0-android. When I tried to run the java binding sample on mac with visual studio mac 2022, it gave me the following error:...
Jimmy's user avatar
  • 1
4 votes
1 answer
3k views

Cannot find assembly Mono.Android when attempting to archive a Xamarin app for publishing

I had to do some work on a Xamarin project I didn't create that is currently in production. I can build the app in Debug and Release on both Android and iPhone, as can anyone else who clones the repo. ...
Cole Perry's user avatar
0 votes
0 answers
94 views

Identify the owner and license carrier for libmono-btls-shared.so which is injected when building an android application using Xamarin.android

How to identify who is the owner and license carrier for "libmono-btls-shared.so" which is injected when building an android application using Xamarin.android. There are few more Iso files ...
Nishant Sharma's user avatar
0 votes
0 answers
126 views

Initializing Cloud.Firestore from Xamarin Mono

I have used the model described here https://furotmark.github.io/2021/12/29/Firestore-Credential-Initialization-With-AppSettings.html to serialize Firebase credentials. That is working just fine. ...
Sam Mazza's user avatar
0 votes
0 answers
140 views

How to downgrade/configure elder Mono in Visual Studio For Mac?

I am trying to build old code with Visual Studio For Mac and getting the following error: Target XamlC: Compiling Xaml Assembly: obj/Debug/OxyPlot.Xamarin.Forms.dll ... /Users/.../...
Dims's user avatar
  • 51.4k
2 votes
1 answer
1k views

Android emulator not responding problem on the AMD process for Xamarin

When I update my windows to windows 11, I notice about when I run the android emulator for my Xamarin project, it freeze and said not responding. I try these items below but won’t fix my problem : ...
HootanHT's user avatar
  • 263
0 votes
0 answers
109 views

Aes seems cannot work with 128bits FeedbackSize on Mono?

I want to encrypt data and then send it to the server. Here is my code. var aes = Aes.Create(); aes.Mode = CipherMode.CFB; aes.FeedbackSize = 128; aes.Key = Encoding.UTF8.GetBytes(key); aes.IV = ...
XHL's user avatar
  • 1
0 votes
3 answers
109 views

Cannot list contents of db file in Xamarin

I want to create an easy quiz application that gets values from a .db file. In my MainPage.xaml.cs I want to list all my questions (with just one answer option for testing, from a database that is ...
DroidDeveloper027's user avatar
1 vote
1 answer
126 views

Xamarin Android no longer printing MONO GC log messages

I have a Xamarin.Forms app that runs on Android, which has been in development for several years. Until recently, when running the app I would see MONO GC messages whenever a garbage collection ...
BitBot's user avatar
  • 508
0 votes
0 answers
139 views

MvxRecyclerView and HttpClient.SendAsync

I have an issue with MvxRecyclerView and HttpClient.SendAsync Specifically, at the point HttpClient.SendAsync receives the HttpResponseMessage back from the server, my MvxRecyclerView becomes jerky ...
wainy's user avatar
  • 435
1 vote
0 answers
537 views

VS for Mac doens't compile Xamarin Android application after update

Everything was working wonderfully until I have decided to install VS for Mac updates. Now, my Android project only compiles if I choose to don't link any assembly, the app runs with no internet ...
Sandro Benevides's user avatar

15 30 50 per page
1
2 3 4 5
50