I have created a android app with Sencha Touch 2 and PhoneGap, and the .apk file is more than 8 MB which is extreme!
So I was trying to find a solution to minimize the size. So I found the solution in the sencha's documentation (http://docs-origin.sencha.com/cmd/3.1.2/#!/guide/native_packaging-section-cfg). But following that solution didn't work. running this command -> sencha app build native generates error (http://pastebin.com/CQL6XukX).
Also running this command ->sencha fs minify app.js app.minified.js gives an error like this -> [ERR] null
I can't find any other solution. Please anyone help me to find a solution to minify the size of the app?