All Questions
739 questions
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 ...
-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"
...
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 ...
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 ...
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:...
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. ...
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 ...
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.
...
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/.../...
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 :
...
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 = ...
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 ...
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 ...
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 ...
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 ...