Getting "There were deployment errors, Continue?" error in visual studio 2015 xamarin android emulator

12,410

Solution 1

had the same problem on windows 64 bit i'm using the latest android sdk build tools at this moment (v25.0.1) just installed jdk 9 and a 32 bit version of jdk(version 7) due to this link

then changed the jdk path in tools>options>Xamarin>Android settings. restart visual studio. clean and rebuild. that's it.

Solution 2

You may have wrongly selected "target Android version" to version your emulator is running on.

Make sure that these two are aligning.

VS -> (right click on project) -> properties - > Android Manifest (tab) -> Target Android version (drop down)

Share:
12,410
Sadequzzaman Monoj
Author by

Sadequzzaman Monoj

Updated on June 27, 2022

Comments

  • Sadequzzaman Monoj
    Sadequzzaman Monoj about 2 years

    I am very new in xamarin development. Recently I install xamarin with visual studio 2015 in windows 10. I have created a simple project in xamarin android. It build perfectly but when I try to run the project in emulator getting "There were deployment errors, continue?" popup message.

    Please check the image.

    I have googled and do not get any proper solution. Please help me to solve the problem.