Questions tagged [xamarin-live-player]

For usage with Xamarin Live Player workflow.

45 questions
2
votes
0 answers

Xamarin live player - fails to deploy app

i have paired my phone with live player and it connects. But i am getting this error MessageBox when deploying to liveplayer paired Android phone: These all are in the same PCL project within a solution, and it is consistent in terms of target…
Adil H. Raza
  • 1,649
  • 20
  • 25
2
votes
0 answers

Xamarin Live Player setting BackgroundImage on Page throws ArgumentNullException

Ok so I have a BasePage class that inherits from ContentPage. All my other pages inherit from BasePage. In the BasePage constructor I simply change the NavigationBar icon (which works fine), but when I try to do BackgroundImage = "default.png"; I…
Loupi
  • 550
  • 6
  • 14
2
votes
0 answers

Problems with Xamarin Live Player?

I'm trying Xamarin Live Player, using Visual Studio 2017 Preview 3, following this link to setup: https://developer.xamarin.com/guides/cross-platform/live/install/. It seems to work for simple apps. However: I couldn't get the DependencyService to…
1
vote
1 answer

Xamarin.Forms: JsonConvert.DeserializeObject allways returns null

I try to deserialize a json-string into object with Newtonsoft.Json. But JsonConvert.DeserializeObject() always returns null. string json2 = "[{ 'id':1,'date':'2016-05-10T03:48:21','date_gmt':'2016-05-10T03:48:21','guid':{…
insum
  • 11
  • 4
1
vote
1 answer

Xamarin Live Player not working on iOS

I have created a Xamarin.Forms application using .NET standard library. I am trying to run iOS application on my iOS device using Xamarin Live Player application but I am always getting the error "The type or namespace 'Xamarin' could not be found…
1
vote
0 answers

Xamarin Live Player Unable to Connect - Keeps resetting address

Using VS 2017 15.7.4 Connecting to Live Player, connects fine then immediately disconnects. Read about the config file in \AppData\Roaming and noticed that the IP address of my phone keeps getting reset to 0s no matter how many times I pair with VS…
Patrick Goode
  • 1,412
  • 5
  • 20
  • 35
1
vote
0 answers

Xamarin Live Player does not start OnCreate in Android project, using the VS default project

All components are up to date, so is Visual Studio. I created a new project: When I start it with the emulators, everything works fine. When I start it with the live player and my Sony Xperia Compact 5, it connects nicely, but the Android code in…
Tillito
  • 7,718
  • 7
  • 34
  • 31
1
vote
0 answers

Failed to load assembly from stream: System.AggregateException xamarin Build error

I am trying to build application on xamarin live player but it gives me an error Failed to load assembly from stream: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. --->…
Aqib Ibrahim
  • 119
  • 1
  • 1
  • 5
1
vote
1 answer

HtmlDocument.Load throws object not matched exception when running through Xamarin Live Player

When running the following to create an instance of HtmlDocument an object not matched exception is thrown on the last line HttpWebRequest request = (HttpWebRequest)WebRequest.Create(Url); request.Method = "GET"; request.Timeout = 5000;//stop…
1
vote
6 answers

Newtonsoft.Json deserialize object in Xamarin iOS project

I'm getting some very weird behaviour in my Xamarin.Forms Project. I'm retrieving some serialized data from a REST API. I'm then trying to use Json.NET to deserialize that to an object. This works perfectly fine on Android and if I copy the code to…
japhwil
  • 299
  • 4
  • 16
1
vote
0 answers

Showing debugging error in Xamarin Live Player but not in Emulator

Hi I am developing an app and it is working great in Emulator or in my android device through my USB cable but when I try to run my app using Xamarin Live Player it showing debugging errors as shown in image below Please suggest me what to do as I…
1
vote
2 answers

Xamarin.Forms .NET Standard 2.0 Live Player Error

I'm trying to set up a brand new Xamarin Android project where I can use Xamarin.Forms (with .NET Standard 2.0) for the UI and can use Xamarin Live Player to preview XAML/run it. I've been getting a strange error that I don't know how to resolve. I…
1
vote
2 answers

Xamarin Live Player not showing up

Hi I am trying the Xamarin Live Player for Xamarin cross platform app development. I did the following: 1) I have installed the Xamarin Live Player on my iphone from App Store On Windows PC, I have downloaded and Installed VS2017 Community and…
MilkBottle
  • 4,242
  • 13
  • 64
  • 146
0
votes
1 answer

Xamarin Live Player crashes when loading a bitmap, but it runs fine via USB connection

I've been following the examples for using SkiaSharp with Xamarin Forms, particularly the section on using bitmaps. I'm doing this in Microsoft Visual Studio 2017 version 15.9.11. I'm only targeting Android currently. This page…
Ralpharama
  • 441
  • 4
  • 20
0
votes
1 answer

Xamarin DisplayAlert not work on android live player

I use DisplayAlert in my project for displaying content of page, it works on UWP(universal Windows) local machine. But when i try to use this application on Xamarin live player on Android my button does not want work. my code in button_Clicked:…
Cierniostwor
  • 339
  • 2
  • 4
  • 15