| I founded and additional workaround, reason why ionic-showcase is working, and it consists in using the full path to the AndroidManifest.xml file like this:
[...]
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
[...]
|