Blackberry error: “Module attempts to access secure API”

放肆的年华 提交于 2019-12-08 09:14:30

问题


I am trying to run my application on Blackberry 9360. I am getting an error:

Module attempts to access secure API

I have already signed the application, but still I am getting this error. Can anybody tell me the solution?


回答1:


  1. You will need to sign the code every time you make a new build.
  2. I had to move the code over to blackberry device using Eclipse > > Load Project(s) on device, as opposed to using blackberry desktop manager.
  3. If you are using Windows, make sure you have turned UAC off.



回答2:


make sure your signing keys are valid. If it is please build the code again and re-sign it. So the sign the code again and make sure all succeeds. it should work. I had a look at Signing server status and it shows that some of them failed. So maybe you tried to sign during the failure period.



来源:https://stackoverflow.com/questions/8090068/blackberry-error-module-attempts-to-access-secure-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!