I am trying to create and deploy a debug version of my Xamarin Android application for Android emulator. However, when I try to run the application in the emulator, I get the following error:
"C: \ Program Files (x86) \ MSBuild \ Xamarin \ Android \ Xamarin.Android.Common.targets (2,2): Error MSB6006:" jarsigner.exe "completed with code 1. (MSB6006) (TestApp)
The strange part is that I was able to build and deploy the same application without problems yesterday. This error appeared only today. There were no code changes in the project, so changing the code did not cause a problem.
I would appreciate any help from the SO community.
source
share