axmol/templates/cpp-template-default/proj.android-studio
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
..
app Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00
gradle/wrapper [Android Studio Projects]Update Gradle from 2.2.1 to 2.4 2015-07-31 21:20:42 +08:00
.gitignore Add Android Studio support 2015-05-15 16:37:43 +08:00
build-cfg.json Add files & configuration for android studio support in console. 2015-05-21 16:34:03 +08:00
build.gradle [ci skip][Android Studio Projects]Update Gradle Plugin from 1.2.3 to 1.3.0 2015-08-18 22:37:00 +08:00
gradle.properties Add Android Studio support 2015-05-15 16:37:43 +08:00
gradlew Add execute permission for the gradlew in proj.android-studio. 2015-05-21 15:31:18 +08:00
gradlew.bat Add Android Studio support 2015-05-15 16:37:43 +08:00
settings.gradle Modify the configuration for android studio support in console. 2015-05-21 18:27:30 +08:00