安卓没有通讯录权限 闪退
代码如下
plus.contacts.getAddressBook(plus.contacts.ADDRESSBOOK_PHONE, function(addressbook){
console.log(1)
var contact = addressbook.create();
contact.name = {givenName: "测试电话"};
contact.phoneNumbers = [{type: "手机", value: '13112345678'}];
contact.save();
}, function(e){
console.log(2)
});
8 个回复
html61 (作者)
顶下
html61 (作者)
顶下
html61 (作者)
顶下
html61 (作者)
顶下
html61 (作者)
????????
BoredApe - 有问题就会有答案。
闪退发生后请上传一下 /sdcard/Android/data/{包名}/log/crash
html61 (作者)
真机测试的 包名是不是 io.dcloud.HBuilder
2017-02-24 11:26
BoredApe
是的
2017-02-24 11:27
你猜猜我是谁
空的,没有日志
2017-04-12 11:46
你猜猜我是谁
遇到同样问题,求解决方案
你猜猜我是谁
遇到同样问题,求解决方案,/log下为空