@Hoangtaiki wrote:
Today I import facebook sdkbox plugin for my game.
iOS version work very well but on Android version game crash everytime game start.
I checked sdkbox and I found that Cocos2dxActivity.java is modified.I don't see:
import com.sdkbox.plugin.SDKBox;
and
protected void onStart() { super.onStart(); SDKBox.onStart(); } @Override protected void onStop() { super.onStop(); SDKBox.onStop(); } @Override protected void onResume() { Log.d(TAG, "onResume()"); super.onResume(); SDKBox.onResume(); resumeIfHasFocus(); }
and nothing about SDKbox in this class. I think It is a bug of sdkbox.
I wonder someone also get this bug?
Posts: 2
Participants: 2