使用方向安装插件。 device
属性中没有一个在index.js中起作用。使用时,它们都会挂断设备。
安装了cordova。
然后为ios做了一个构建
phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
在deviceready
发出device.name
或device.uuid
或任何其他设备属性的警报后,index.js中的内容
答案 0 :(得分:1)
嗨“git”也是一个节点模块。你应该安装这样的插件。
npm install -g git
这会将git作为模块安装在您的节点源位置。
重启机器。
安装phonegap插件: C:\ Users \ user1 \ yourprojectname> cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git
您将得到以下答复: 从“https://git-wip-us.apache.org/repos/asf/cordova-plugin-cam获取插件 era.git” ... 为android安装“org.apache.cordova.camera” 准备android项目 org.apache.cordova.camera安装在android。
希望这会非常有帮助。如果有任何问题回复。