If you include this plugin BEFORE other plugins, (specifically cordova-sqlite-evcore-extbuild-free and cordova-plugin-email-composer), it makes the other plugins error out with code like "/AndroidMaifest file not found".
But if you include this plugin AFTER all the other plugins, then the build process fails with three or four errors like :app:processDebugResources/app/src/main/res/layout/actionbar_discard_button.xml:22: AAPT: error: resource drawable/ic_action_discard_light (aka APPNAME:drawable/ic_action_discard_light) not found.
If you REMOVE this plugin completely, things build fine. :-)
For now I've switched back to using the regular Camera plugin to select one image at a time, as this works on both iOS and Android. It would be nice to have this multi-image picker working in the future though!
This one took a while to figure out!
If you include this plugin BEFORE other plugins, (specifically cordova-sqlite-evcore-extbuild-free and cordova-plugin-email-composer), it makes the other plugins error out with code like "/AndroidMaifest file not found".
But if you include this plugin AFTER all the other plugins, then the build process fails with three or four errors like
:app:processDebugResources/app/src/main/res/layout/actionbar_discard_button.xml:22: AAPT: error: resource drawable/ic_action_discard_light (aka APPNAME:drawable/ic_action_discard_light) not found.
If you REMOVE this plugin completely, things build fine. :-)
My list of plugins:
For now I've switched back to using the regular Camera plugin to select one image at a time, as this works on both iOS and Android. It would be nice to have this multi-image picker working in the future though!