下手な英語でごめんなさい
私の cocos2dx プロジェクトでは、「Google Play ゲーム サービス」が適用されました。エラーが発生しました。すぐ下の部分です。
"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 ()
エラーを修正するにはどうすればよいですか? 助けて~~