3

I am following this doc to generate app icons using cordova-res. When I run cordova-res android --skip-config --copy it generates android icons in resources folder. The doc says

Next, run the following to generate all images then copy them into the native projects

Its unclear if the command does the copying or do I have to manually copy the icons into native project. After using the command I don't see any git changes in Android platform folder. I did another build, the installed app still shows default Capacitor logo

If I have to manually copy them over, where do I put these generated images if the Android folder is created with Capacitor?

4

1 回答 1

-1

如果您添加--copy标志,cordova-res会将资源复制到您所做的正确文件夹中,所以是的,它将复制生成的文件。

于 2020-09-29T10:49:39.937 回答