使用Apportable和CCButton时Android上的openGL错误0x0502

时间:2014-02-12 15:45:48

标签: android cocos2d-iphone apportable spritebuilder

具体来说,错误为OpenGL error 0x0502 in -[CCES2Renderer resizeFromLayer:] 140 此错误仅发生在Android上,而不是iOS版本上。我发现导致此错误的代码行(禁用它们可以解决问题,但我需要在游戏中使用按钮)。这些是从我的主要场景onEnter调用的。

CCButton *newUserButton = [[CCButton alloc] initWithTitle:@"New user"];
[self addChild:newUserButton];

1 个答案:

答案 0 :(得分:0)

您使用的是哪个版本的Apportable? 如果您使用的是1.1.04.1,那么解决方案很简单,“可以升级”。

http://www.cocos2d-iphone.org/forums/topic/cocos2d-v3-with-apportable-problems/