【发布时间】:2011-11-22 06:03:25
【问题描述】:
大家好,我正在尝试 phonegap 中的事件章节,当我查找电池问题时,它会将日志显示为
2011-11-22 11:30:17.964 Event[644:207] ERROR: Plugin 'com.phonegap.battery' not found, or is not a PGPlugin. Check your plugin mapping in PhoneGap.plist.
当我将 plist 中的 com.phonegap.battery 映射为值 PGBatteryLevelPlugin 时,日志为
2011-11-22 11:18:03.152 Event[552:207] PGPlugin class PGBatteryLevelPlugin (pluginName: com.phonegap.battery) does not exist.
2011-11-22 11:18:03.152 Event[552:207] ERROR: Plugin 'com.phonegap.battery' not found, or is not a PGPlugin. Check your plugin mapping in PhoneGap.plist.
知道该怎么做吗?我已经下载了phonegap的插件,但是找不到电池插件。
【问题讨论】:
标签: iphone ios cordova phonegap-plugins