Let me start by saying that i'm new to Xamarin/Cocossharp and game development in general. I did a very basic game/application starting from the Cocossharp template for Shared application in VS2015. Now my app works well on WP (Emulator & Device) but wont start up on android. After the emulator laoded this is what i get:
android 4.4 emulator
No Exception has been generated. I only get those errors in the output window, but they don't actually crash the application:
debug output
it looks like the Android version of the app doesn't go further than the class MainActivity.cs, which is generated by the template and should not be necessarily modified. Btw I have the same problem while trying to execute the examples from Xamarin.com
strugling with this issue since two days, help would be very appreciated! Thank you in advance, Cheerz