Error while trying to deploy blackberry application (Linker Error: 'VerifyError')
- by Irwin
Device: Curve 8520
OS: 4.6.1
JDE: 5.0.25
JDK: 1.6
Signed app? Yes.
Hello,
I'm trying to deploy a blackberry app (called 'ConstituenC') that works fine in the simulator. It uses restricted APIs, so I obtained a key from RIM and applied it via the Java Development Environment.
When I attempt to run on my phone (BB Curve, 8520. OS: 4.6.1), it shows an error saying "'ConstituentC' attempts to access a secure API."
The following is shown in the BB Event Log:
Java Exception: Error starting ConstituentC: Module 'ConstituentC' attempts to access a secure API.
Error starting ConstituentC: Module 'ConstituentC' attempts to access a secure API. Linker error:
'VerifyError' for ConstituentC
Module 'ConstituentC' attempts to access a secure API
module 9621 cannot reference net.rim.blackberry.api.mail.Store
CMM: ConstituentC (9621) invalid sig for 0x424252 VM:LINK ConstituentC
Any ideas on how this could be resolved?