【发布时间】:2019-04-23 22:36:07
【问题描述】:
我正在尝试使用 flutter_local_notifications 插件向我的应用程序添加通知,但 AndroidInitializationSettings 需要可绘制资源,并且在未提供时抛出此错误:
"PlatformException (PlatformException(INVALID_ICON, The resource could not be found. Please make sure it has been added as a drawable resource to your Android head project., null))"
问题是我不知道Android head项目在哪里。
【问题讨论】:
标签: flutter