xamarin-studio Questions
2
Is there any way to install c++ for visual studio 2022 on macOS? From the product page at Microsoft https://visualstudio.microsoft.com/vs/mac/ Visual Studio for Mac appears to support only .Net dev...
Anthelion asked 16/9, 2022 at 12:19
11
I've found a few links but they don't explain how this is done. I can debug using Xamarin Studio IDE but that IDE (no offense) is lame compared to Visual Studio 2012.
Using Visual Studio 2012, ther...
Ader asked 7/8, 2014 at 21:29
19
Solved
I have Xamarin Studio, and I need to specify the Android SDK Location. I have previously had Xamarin Studio working on my pc, and for some reason, I need to enter this again.
I have entered the fol...
Retainer asked 7/8, 2014 at 7:29
7
I am trying with Xamarin and I try to deploy the iOs project to see it into iOS Emulator and I could not do it because I have the following error
metadata file .dll' could not be found......
I ha...
Orvilleorwell asked 11/3, 2015 at 10:2
3
I've got a Xamarin Forms solution with iOS and Android projects. The iOS side was working, I switched over and did a bunch of work on the Android side. Now I need to do some more iOS stuff (push no...
Sprag asked 16/7, 2017 at 20:35
9
When I install my application in debugging mode on my Android mobile device, it seems to be installed.
However, after signing the application and publishing it, it's not installed on my phone. (Re...
Occurrence asked 26/5, 2014 at 13:25
7
I have a xamarin form page where a user can update some data in a form. I need to intercept the Navigation Bar Back Button Clicked to warn the user if some data have not been saved.How to do it?
I...
Thisbee asked 29/7, 2015 at 9:35
3
Solved
I have upgraded my xamarin for IOS9 with xcode7. After updating I am getting lots of issues. Please check following error :
MTOUCH: Error MT0024: Could not find required file
'"/Applications/X...
Dandy asked 10/12, 2015 at 6:0
3
I am new to Xamarin and currently I have to make some change to one of the existing application .
But When i try to load the projects , initially there were lots of error related to version code.I ...
Nardoo asked 18/6, 2020 at 10:18
17
Solved
In Xamarin Android - How to regenerate the Resource.designer.cs
I tried to mark all the XML file's Build Action as "AndroidResource" and still the Resource.designer.cs won't get updated with new v...
Calculate asked 20/8, 2013 at 23:15
5
I've installed fresh Xamarin Studio 5.10 on Windows 7 and created standard GTK 2.0 C# project (via New Project > .Net > GTK#2.0 Project).
Code's below:
using System;
using Gtk;
namespace _test
{...
Hobnailed asked 15/12, 2015 at 0:20
3
Solved
In short: I am unable to run my app in the iPhone Simulator. There is no "Play button" (the triangle), only a Debugger button (hammer):
As you can see above I have "Generic Simulato...
Agreeable asked 4/4, 2021 at 7:39
15
Downloaded Xamarin Android Player and with >>next>> progress installed Virtual Box.
When I tried to start an emulator I got
Failed to initialized device (name Of the emulator)
VboxManager Commen...
Shimkus asked 23/10, 2015 at 14:8
4
On Xamarin Forms page (code below) when user taps on Entry (text field) on Android, the screen moves up and keyboard appears which is fine. However, on iOS keyboard covers the Entry. In native deve...
Competitive asked 15/7, 2018 at 0:58
4
I have installed Xamarin plugin for Visual Studio 2012.
And when create an Android Project and build the same. I am getting the following error.
Error 1 The Android SDK Directory could not be fo...
Exceptive asked 15/4, 2014 at 8:46
3
Solved
In Visual Studio Code and Sublime Text there is functionality called "Add Next Occurrence" that selects next occurrence of marked text. The keyboard shortcut for utilizing this function is CMD+D (C...
Exhilaration asked 13/8, 2018 at 13:35
2
Solved
Apologies, in advance, for this long question, but I have wasted 3 days unsuccessfully trying to set up a Xamarin.iOS development environment that allows me to debug on a physical device (not an iP...
Antiphlogistic asked 21/10, 2016 at 9:57
2
I have a Mac app, created in Visual Studio for Mac. Before distributing, I would need to have the application bundle signed. However, looking at the project options, this is greyed out on my screen...
Subordinate asked 25/9, 2019 at 18:25
8
I'm getting the following warning when compiling:
Warnings:
/Users/some-user/Projects/SomeApp/SomeApp/SomeApp.csproj (Build)
-> /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS...
Cyano asked 4/11, 2015 at 14:35
5
Solved
I am actually working with this piece of code
using System;
using Xamarin.Forms;
using System.Diagnostics;
namespace CryptoUI
{
public class HomePage : Xamarin.Forms.MasterDetailPage
{
public ...
Alleviator asked 5/12, 2014 at 0:17
12
Solved
When we are trying to build a xamarin forms project in release mode, we are getting the error:
C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(5,5): Error MSB4018: Th...
Zabrze asked 10/2, 2015 at 4:45
2
Solved
I want to compile c# project with .net 4.5.2 framework in Xamarin Studio. When I open project and look for Target Framework, there is .NET Framework 4.5.2 (not installed). So it doesn't compile. Is...
Jerejereld asked 28/10, 2015 at 5:31
6
Solved
I'm at my wit's end with these apple certificates. I have a Xamarin.Forms app that I need to sign with a provisioning profile so I can enable push notifications. However, Xamarin Studio isn't recog...
Clough asked 23/1, 2016 at 20:38
2
The error below contains "Input string was not in a correct format.", and I can't figure out what may be causing this issue.
I can post more complete project / logs if necessary. The project buil...
Preform asked 4/9, 2018 at 2:7
2
For more than 2 days I have been trying to fix this error, but I have not succeeded.
This is the error :
No way to resolve conflict between "mscorlib, Version=2.0.5.0,
Culture=neutral, Public...
Caffrey asked 11/8, 2016 at 11:57
1 Next >
© 2022 - 2024 — McMap. All rights reserved.