How to reduce apk size made with cocos2d-x

from: http://discuss.cocos2d-x.org/t/how-to-reduce-android-app-size/24092

Found main reason why the resulting APK file is too larger than expected; the working image files (raw data files) were in Resources directory and they were copied into the APK.

Moved the original resources into other directory outside of Resources.