i'm working in sencha touch application with cordova. i plan to make release apk for android.
Could any one explain me which kind of plugins we don't use with release apk ?
i.e i'm using these plugins in my project,
please tell any plugin i need to remove before release ?
maybe org.apache.cordova.console
that is making console.log accessible and is not mandatory for release IMO.
Otherwise, if you add a plugin and don't need it for release, just remove it for debug also ;)
Extra info
Be carefull, you are using deprecated plugins : org.apache.cordova...
.
Shall be cordova-plugin-..