Cordova : what kind of cordova plugins should be removed in release time?

Prince of Sweet heart

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,

  • com.phonegap.plugins.PushPlugin 2.4.0 "PushPlugin"
  • com.toluhta.immersify 0.1.0 "Immersify"
  • cordova-plugin-inappbrowser 1.0.1-dev "InAppBrowser"
  • de.mobilino.phonegap.AndroidLicensePlugin 1.0.0 "AndroidLicensePlugin"
  • org.apache.cordova.camera 0.3.4 "Camera"
  • org.apache.cordova.console 0.2.13 "Console"
  • org.apache.cordova.device 0.3.0 "Device"
  • org.apache.cordova.file 1.3.2 "File"
  • org.apache.cordova.file-transfer 0.4.8 "File Transfer"
  • org.apache.cordova.geolocation 0.3.12 "Geolocation"
  • org.apache.cordova.network-information 0.2.15 "Network Information"
  • org.jshybugger.cordova 4.5.8 "jsHybugger"

please tell any plugin i need to remove before release ?

aorfevre

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-..

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Removing cordova plugins from the project

From Dev

cordova contact plugins - emails null

From Dev

Cordova JavaScript Plugins

From Dev

How to run cordova plugins in the background?

From Dev

Cordova 3.5 embedded webview with plugins

From Dev

Cordova plugins not working with ionic

From Dev

Cordova plugins not work with Ionic

From Dev

Cordova plugins not working

From Dev

Developing Cordova plugins for Firefox OS

From Dev

Unable to install plugins in cordova project

From Dev

For a Cordova project, what is the difference between the "Distribution" and "Release" configurations?

From Dev

Cordova plugins for set alarm clock

From Dev

What is the purpose of fetch.json file inside cordova plugins folder?

From Dev

Building Cordova release apk

From Dev

cordova plugins conflict on android platform

From Dev

How to add cordova plugins and platforms

From Dev

Cordova VS Phonegap plugins

From Dev

Cordova: Exclude plugins and platforms

From Dev

How to install/use cordova plugins?

From Dev

Cordova plugins undefined with IONIC framework

From Dev

Using plugins with Cordova CLI

From Dev

Cordova plugins undefined

From Dev

Firebase Native Cordova Plugins

From Dev

Cordova Plugins Installation MAC

From Dev

Cordova not detecting official plugins

From Dev

What is the Equivalent of Android's CordovaPlugin remapUri Override for iOS Cordova Plugins

From Dev

No plugins are working in Cordova

From Dev

Karma Jasmine Cordova plugins

From Dev

Cordova Hook should run only if --release is added in build command