axmol/tests/lua-game-controller-test/project/proj.android
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
..
jni Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00
res Add Lua bindings for controller and related test case project 2014-07-09 18:05:02 +08:00
src/org/cocos2dx/LuaGameControllerTest Add Lua bindings for controller and related test case project 2014-07-09 18:05:02 +08:00
.classpath Add Lua bindings for controller and related test case project 2014-07-09 18:05:02 +08:00
.project Add Lua bindings for controller and related test case project 2014-07-09 18:05:02 +08:00
AndroidManifest.xml Add Lua bindings for controller and related test case project 2014-07-09 18:05:02 +08:00
ant.properties Add Lua bindings for controller and related test case project 2014-07-09 18:05:02 +08:00
build-cfg.json Update project setting for lua-tests、lua-empty-test and lua-game-controller-test on the different platform and related test codes 2014-10-14 21:34:55 +08:00
build.xml Add Lua bindings for controller and related test case project 2014-07-09 18:05:02 +08:00
proguard-project.txt Add Lua bindings for controller and related test case project 2014-07-09 18:05:02 +08:00
project.properties change to use api 19 (#16248) 2016-07-29 13:57:01 +08:00