How to run xamarin project on azure VM (Android)

Uma 1 Reputation point
2020-04-25T04:52:42.333+00:00

Hi, I want to run xamarin Android project on azure VM, means I want to use azure VM as my development environment.

I have seen couple of post suggesting only on some azure VM type it would be possible. Not sure about and not found any documentation for that.

Can any one please help me to sort it out?

Thanks

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,805 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Philippe Levesque 5,681 Reputation points MVP
    2020-04-25T12:26:56.197+00:00

    You need a VM that is Intel based with HyperV enabled, thus Visual Studio would use it to create the android emulator.

    You can see the caveat there for the tuning you can do;

    https://learn.microsoft.com/en-us/xamarin/android/get-started/installation/android-emulator/hardware-acceleration?pivots=windows

    By experience in Android development, I now use an older Android hardware on my side. The android emultor was buggy for me and it’s easy to enable the dev mode on android and link it by USB to test run your application.

    0 comments No comments