请问这个插件是用在cordova的哪个版本上的?
tichaun opened this issue · 22 comments
tichaun commented
tichaun commented
tichaun commented
@Rain1368189893
tichaun commented
liveKang commented
三个jar包是通过cordova XML从plugins复制过来的,需要手动添加到项目中,具体操作:单个选中右击,选择Add As Library,三个依次进行,添加成功后的jar包是可以展开的,如图:
@tichaun
tichaun commented
liveKang commented
刷新下all gradle projects试下,relese版本是需要签名证书的,你配置了没?先运行ionic cordova build android
,看看能否正常生成debug版本? @tichaun
tichaun commented
tichaun commented
@Rain1368189893 非常感谢,打包成功了,但是扔然定位不到,我alert(AMapPlugin) 弹出的是 function(){},成功的回调和错误的回调里的alert都没有弹出,查看了一下签名是对的,目前不知道是什么原因了
tichaun commented
@Rain1368189893 定位权限是开这的,第一次点击定位的时候会谈出是否授权,手机是锤子坚果pro,系统型号安卓7.1.1
tichaun commented
tichaun commented
对的,这个是定位到的信心,但是没有返回到页面上,回调方法并没有收到
| |
H5开发工程师
邮箱:17601444512@163.com
|
签名由 网易邮箱大师 定制
在2018年05月31日 12:01,飘香 写道:
这里不是有结果吗? @tichaun 你对照下是否精确
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
tichaun commented
liveKang commented
打印下 AMapPlugin
对象在1后面,setInterval(AMapPlugin.getCurrentPosition(...), 3000)
连续调下看看,你的这个代码在deviceReady
状态下的吧 @tichaun
tichaun commented
liveKang commented
插件已经改进,欢迎再试。