xamarin.android Questions
6
Solved
In a xamarin.android project, we have 2 build configuration (Basic and Pro) also different Package Name.
On firebase we have registered two apps basic and pro in same project. So now we have two ...
Shufu asked 25/1, 2019 at 15:44
3
Solved
When I open chrome on emulator & browse any website, I get this:
Specifications:
OS : Windows 11 Pro
Processor : Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz 2.00 GHz
GPU : AMD Radeon RX 550
Andr...
Osteopath asked 11/11, 2021 at 18:5
6
I am building an APP using Xamarin / Visual studio for Mac
I have already a project on an Mac mini.
And now I moved that project to an new iMac.
Compile is good. But when trying deploy to a physica...
Inclination asked 15/1, 2021 at 16:25
8
I am currently implement a feature where the users are requested to ignore battery optimisation for the application. The reason for doing so, is that the main functionality of the application is un...
Retsina asked 17/8, 2017 at 19:25
1
I created a brand spanking new Xamarin Android App in Visual Studio 2022.
I then referenced the v1.0.17.2 of the Xamarin.Stripe.Terminal.Android library as I need to perform some transactions on a ...
Bramwell asked 14/1, 2022 at 13:20
5
Solved
I have a very simple UI that has one entry control to enter phone number and a button. The entry control has a handler for removing border around it. When the entry control got focus, keyboard pops...
Ask asked 3/1, 2023 at 18:12
3
Solved
While practicing splash screen I added Xamarin.Support.v4 package and Xamarin.Android.v7.appcompat; everything is fine, I am just getting this warning:
1>JAVAC : warning : unknown enum constant ...
Buckthorn asked 28/2, 2017 at 14:45
6
I have an issue in my application Cleartext HTTP traffic to x not permitted.
I've already tried putting android:usesCleartextTraffic="true" in my manifest. But i want to change "andr...
Georgiannageorgianne asked 13/4, 2021 at 8:12
4
Solved
Using Xamarin.Android and Xamarin.iOS, I need to now the current OS in a shared code section. Be it an enum, an int or a string, it doesn't matter.
I tried this:
System.Environment.OSVersion
Wh...
Squirrel asked 2/9, 2013 at 10:23
4
I'm using Xamarin for Android and I'm getting this error in an AlertDialog.Builder.Show() method, but it only happens on some Samsung (with Android 7.0) devices, we have tried some other devices an...
Triciatrick asked 19/6, 2018 at 23:3
1
Solved
When trying to rebuild app I am migrating from Xamarin.android to MAUI, I am getting the following error.
It is not actually in the solution path, it is in the c drive under nuget\packages.
I dont ...
Lanctot asked 6/2, 2024 at 15:51
8
Solved
I'm trying to generate my fingerprint and it supposed to be here : ~/.android/debug.keystore, but I don't have nothing there, although I can run my monodroid projects normally as well, so how can I...
Adrea asked 14/12, 2011 at 16:41
19
Solved
I'm trying to implement an incredibly basic use of SQLite. I have a Button and an EditText. I want to store the contents of the EditText OnClick.
I'm following this: https://developer.xamarin.com...
Portfire asked 24/10, 2017 at 16:16
9
I am developing xamarin forms application and i got the below error when running application on android emulator
>The package was not properly signed (NO_CERTIFICATES).
2> at Mono.AndroidTo...
Scrouge asked 9/3, 2018 at 19:41
4
I am trying to find SHA-1 of a Xamarin.android app to develop an app with visual studio and firebase on windows 7, I followed Microsoft documentations https://learn.microsoft.com/en-us/xamarin/andr...
Danikadanila asked 11/7, 2019 at 13:14
4
I have an Azure build pipeline which is producing an APK which installs (via AppCenter) just fine on Android 10 but pops up the error:
App not installed as package appears to be invalid
on Androi...
Stinkpot asked 7/2, 2022 at 16:54
2
Solved
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 Xa...
Cordoba asked 20/11, 2023 at 13:35
2
We are developing an android application with barcode scanning feature. We are using EMDK for barcode scanning. Our application runs in Zebra Mobile handheld (MC33).
We are currently facing an issu...
Kitchens asked 28/10, 2021 at 15:51
10
Solved
Im trying to change the color of a TextView Drawable in Xamarin.
In Java you can do it like this:
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState...
Carinacarinate asked 12/4, 2017 at 12:25
6
Solved
If I manage a session (any concept of a session is suitable) in my app, and I deem that the session has expired, for whatever reason, how do I programmatically restart the application, universally ...
Gaur asked 27/11, 2014 at 16:24
19
Solved
so I have my Xamarin.Android project which contains several libraries. When I try to build I receive an error which says "java.exe" exited with code 2.
After some hours of google research I found...
Platonic asked 16/5, 2017 at 14:22
6
I am very new in xamarin development. Recently I install xamarin with visual studio 2015 in windows 10. I have created a simple project in xamarin android. It build perfectly but when I try to run ...
Bergius asked 19/11, 2016 at 15:24
6
I am building an Android App in Visual Studio. When I try to build the app referencing items in the Resources folder, I get one of two errors.
If I preface "Resource.Layout.[Id]" or "Resource.Id.[...
Setter asked 30/5, 2014 at 13:15
1
Solved
When updating to Xamarin.Essentials v1.8.0, my Android builds fail with the following error:
error CS0234: The type or namespace name 'Platform' does not exist in the namespace 'Xamarin.Essentials'...
Federal asked 14/8, 2023 at 14:16
3
Solved
I have been looking for a solution to this for weeks while keep putting it on my backlog.
I have a simple webview as following
WebView webView = FindViewById<WebView>(Resource.Id.webviewV...
Firebird asked 30/4, 2018 at 13:47
1 Next >
© 2022 - 2025 — McMap. All rights reserved.