We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Android crashes on release build
Android crashes on release build
Bug #2617 [Rejected]
Status: | Rejected | |
---|---|---|
Start date: | 2013-08-21 | |
Priority: | Normal | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | android | |
Target version: | - |
(litmisty opened this issue a day ago in github)
This is my Application.mk
APP_STL := gnustl_static
APP_CPPFLAGS :=
frttistd=c++11DCOCOS2D_DEBUG=0DDEBUG=0DNDEBUG=1DGXX_EXPERIMENTAL_CXX0X=1APP_OPTIM := release
NDK_TOOLCHAIN_VERSION := 4.8
NDK_DEBUG := 0
AppDelegate.cpp
Director* director = Director::getInstance();
EGLView* eglView = EGLView::getInstance();
director->setOpenGLView(eglView); // Crashed here