对不起我糟糕的英语
在我的 cocos2dx 项目“谷歌玩游戏服务”中,被应用了。发生了错误。这是下面的部分。
"Initializing Your Games Client in Android"
…MyAppName.java…
A to B should be replaced.
( A ) public class MyAppName extends Cocos2dxActivity
( B ) public class MyAppName extends BaseGameActivity
换成B,出现错误。部分错误如下:
源代码 :mCocos2dxGLSurfaceView = onCreateView();
错误信息:
The method onCreateView(String, Context, AttributeSet) in the type FragmentActivity is not applicable for the arguments ()
如何修复错误?帮帮我~~