- 尝试在Windows上部署一个简单的流星项目(我正在尝试制作音板)到我的Android设备时出现此错误。
- 声音适用于浏览器构建
- 在应用实际播放声音之前我没有收到此错误消息
- 我尝试过meteor reset并删除android平台并再次添加
- 我尝试使用meteor add手动添加cordova插件,但我不确定我是否正确使用语法,或者甚至在git上知道正确的插件(我一直在尝试添加这个插件:{ {3}})
这是完整的错误读数:
C:\Users\redacted\Documents\aaaaAppDev\Meteor\soundboardtest>meteor run android-device
[[[[[ C:\Users\redacted\Documents\aaaaAppDev\Meteor\soundboardtest ]]]]]
=> Started proxy.
=> Started MongoDB.
=> Errors executing Cordova commands:
While adding plugin com.rjfun.cordova.plugin.lowlatencyaudio@1.0.0 to Cordova project:
Cordova error: Failed to fetch plugin com.rjfun.cordova.plugin.lowlatencyaudio@1.0.0 via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: Registry returned 404 for GET on https://registry.npmjs.org/com.rjfun.cordova.plugin.lowlatencyaudio
(If the error message contains suggestions for a fix, note that this may not apply to the Meteor integration.
You can try running again with the --verbose option to help diagnose the issue.)
C:\Users\redacted\AppData\Local\.meteor\packages\meteor-tool\1.3.0_3\mt-os.windows.x86_32\isopackets\cordova-support\npm\node_modules\meteor\promise\node_modules\meteor-promise\promise_server.js:116
throw error;
^
ExitWithCode:1
答案 0 :(得分:0)
因为应用程序仍然很小,我只是创建了一个新项目并将所有代码复制到新项目中。我从未做过任何关于" meteor add"在这个新项目中,它实际上部署到了android。
我遇到一个新问题,即音频在Android版本中没有播放,但这似乎是一个不同的问题,因此我将宣布解决这个问题。