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.
There are many SO posts describing the same problem. Check out the following links:
User contributions licensed under CC BY-SA 3.0