我正在尝试运行一个在离子上完成的android项目。当我使用ionic build android
构建项目时
日志显示
:processDebugResources/home/user/myProject/platforms/android/build/intermediates/manifests/full/debug/AndroidManifest.xml:24:23-37 : AAPT: No resource found that matches the given name (at 'icon' with value '@drawable/icon').
我在myProject->platforms->android->resource
文件夹中找到了不同屏幕尺寸的可绘制文件夹,并且在这些文件夹中没有名为icon.png的图像图标。所以我在所有这些文件夹中粘贴了一个名为icon.png的png图像,并再次开始构建项目。但我仍然得到同样的错误。我可以解决它吗?