Cordova 9, how to copy entire directory from plugin to res or src?

418 Views Asked by At

I've updated from Cordova 6 to Cordova 9 trying to keep all the plugins,

but I'm struggling with copying directories from plugins with plugin.xml, because it seems not work

In other words, the tag :

<source-file src="src/android/res/someVeryImportantSrcDir" target-dir="java/com/co/jp/" />

doesn't work anymore..

I've also read about this in doc at this section but nothing seems to talk about moving directory with source-file tags.

What am I missing?

0

There are 0 best solutions below