You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks I'll look into it. I rarely build a cordova app for android anymore so it may be awhile before I get to this. I don't think everyone uses the cordova CLI to generate a signed APK (they might use android studio).
Have you considered making your hook standalone and installable via npm?
I don't think people would install my hook if it was standalone just to see the .apk size...
That's why I thought about incorporate it into this tool...
Because people using this tool (cordova-uglify) are worried about the .apk size...
Hi!
I've used the plugin for a while and I always check the
.apk
file size to see if it's still "too big" after using the plugin....So, I've made a little cordova hook that displays the
.apk
size....https://gist.github.com/rodrigograca31/49f3cf066b21eb523c0e5085e145cd84
It's not perfect (as outlined in the comments)
It also opens the directory so that the person can drag it to the Play Store faster... (when using
cordova build
)I would like to know if you guys could include part of my hook in this plugin to make it show the file size after building/running?
Thanks.
The text was updated successfully, but these errors were encountered: