How to test my Xamarin app in Visual Studio emulator?

Asked

Viewed 250 times

0

I made an android mobile application using Xamarin and tested it normally, made some modifications and when I went to compile again, the emulator of the visual studio remained with the old version, making it impossible to test my application. With this I uninstalled my emulator application, because I thought when I went to compile, it would come back, but it didn’t come back. Now I don’t even have the old version.

Is this a bug? How do I move my app to the visual studio emulator?

1 answer

0


Yes, that’s a bug, I was using the SDK’s Android Marshmallow 6.0 and decided to install a different (Android Nougat 7.1).

To change, just follow the steps:

  1. In Visual Studio go to > Ferramentas > Android > Android SDK Manager

  2. Install the SDK you want.

  3. Go to > Ferramentas > Android > Gerenciador de Emulador para Android

  4. Create a new ADB with the SDK you just added.

Ready, now to debug the program, use the ADB you created.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.