If the Cordova Email Composer plugin isn’t working on Android, the fix is to install a specific version of the plugin:

sudo cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git#0.8.2 --save

Version 0.8.2 resolves the Android compatibility issues. Newer versions may introduce regressions on this platform.