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:
No Exception has been generated. I only get those errors in the output window, but they don't actually crash the application:
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
答案 0 :(得分:1)
此问题已得到解答。
只需要在虚拟设备的硬件属性中将GPU仿真设置为true。