Brent Dalling
Brent Dalling
I've been waiting a while for my pull request to be approved. I ran into this and solved it the exact same way! https://github.com/leonardoquevedox/capacitor-resources/pull/12
I'm still waiting for the pull request to be completed. I'm getting close to forking this and making it available in my repository.
I've found the cause and created a PR to address it. It seems that this repo might be dead though. https://github.com/leonardoquevedox/capacitor-resources/pull/12
For those who need this solved: Replace `src/copy/index.js` with ```javascript module.exports = () => { return new Promise(async (resolve, reject) => { try { const copyAndroid = path.join(__dirname, './platforms/android/index') const...