Game wont fully load on Android (Xamarin/CocosSharp)

北城以北 提交于 2019-12-13 01:25:07

问题


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


回答1:


This issue was already answered.

It was only necessary to set GPU emulation to true in Hardware properties of the virtual device.



来源:https://stackoverflow.com/questions/36781568/game-wont-fully-load-on-android-xamarin-cocossharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!