axmol/tests/cpp-tests/proj.android-studio/app/jni
Greg Rynkowski 14b8fc0a71 Remove AppDelegate memory leak in Android projects (#16333)
* Remove AppDelegate memory leak from Android projects

AppDelegate object and all its members are never released.
As a solution I propose to use static unique_ptr that could destroy it
at the end of the application.

Issue:
https://github.com/cocos2d/cocos2d-x/issues/14110

* Correct code style in Android main.cpp files

- removed redundant headers (reduced dependencies)
- removed redundant code
- corrected code style
2016-08-08 10:53:04 +08:00
..
Android.mk fix bug that virtual button is not hidden after keyboard dismissed 2016-07-15 18:25:48 +08:00
Application.mk fix compiling and linking error with ndk r12b 2016-07-08 15:29:35 +08:00
main.cpp Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00