流星为Cordova插件设置android本地文件路径

时间:2019-05-15 14:29:07

标签: cordova meteor cordova-plugins filepath

如何为Meteor中的cordova插件设置file://res://的文件路径?

我需要在 cordova-plugin-local-notifications

中设置文件路径
cordova.plugins.notification.local.schedule({
    title: 'The Big Meeting',
    text: '4:15 - 5:15 PM\nBig Conference Room',
    smallIcon: 'res://some_icon.png',
    sound: 'file://android_asset/www/application/app/sound/some_file.mp3'
});

我注意到cordova正在将文件构建到目录 .meteor / local / cordova-build / www / application / app 中,但是cordova插件无法从android本地目录中读取文件。该插件需要该属性的模式。

0 个答案:

没有答案