Monogame project won't compile release build

1

I have a MonoGame android project that I have created. Everything worked fine and debug still builds, but when I try and build a release version of the game I get this error:

Error 1 Could not load file or assembly 'Mono.Android, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=c4c4237547e4b6cd' or one of its dependencies. Strong name validation failed.
(Exception from HRESULT: 0x8013141A) C:\Users\Dominick\documents\visual studio 2010\Projects\AndroidPong\AndroidPong\SGEN
AndroidPong

Does anyone know how to fix this? I have looked around but I haven't found a solution.

android
xamarin.android
monogame
asked on Stack Overflow Mar 12, 2013 by Fudg40 • edited Mar 12, 2013 by faceman

1 Answer

0

There are many SO posts describing the same problem. Check out the following links:

answered on Stack Overflow Mar 12, 2013 by faceman • edited May 23, 2017 by Community

User contributions licensed under CC BY-SA 3.0