【发布时间】:2015-07-12 01:39:38
【问题描述】:
如何在cordova插件中传递变量??
在正常的科尔多瓦
cordova -d plugin add /path/to/cloned/phonegap-facebook-plugin --variable APP_ID="123456789" --variable APP_NAME="myApplication"
我试过在流星中
App.configurePlugin('nl.x-services.plugins.googleplus@https', {
'APP_ID': '12345789',
'APP_NAME': 'app_name'
});
但我得到了
Error while running for mobile platforms: Failed to install plugin com.phonegap.plugins.facebookconnect: Variable(s) missing (use: --variable APP_ID=value --variable
APP_NAME=value).
【问题讨论】:
标签: javascript cordova meteor