Ashish Kumar
Ashish Kumar

Reputation: 765

Xamarin Live Player - Deploy was cancelled

I have trying to debug my android app through Xamarin Live Player , it gets builds but give the error Deploy was cancelled.

Has anyone faced this and got this working .

Upvotes: 2

Views: 882

Answers (1)

Supun Liyanaarachchi
Supun Liyanaarachchi

Reputation: 549

Xamarin Live player Limitations

  • Some system classes cannot be overridden (for example, you cannot implement a subclass).
  • Some platform features that require provisioning can't work in the Xamarin Live Player app (however it has been configured for common operations like camera access).
  • Custom targets and build steps are ignored. For example, tools like Fody cannot be incorporated.

xamarin live player still not stable and there are issues that everyone complain. until it release high stable update best thing to deploy over usb connection

also see this -

https://developer.xamarin.com/guides/cross-platform/live/troubleshooting/

https://forums.xamarin.com/discussions/tagged/xamarin-live-player

Upvotes: 1

Related Questions