[BlackBerry - Java]Error: Module 'My_Project' must be signed with the RIM Runtime Code Signing Key (RTT) -
in blackberry java project, try add feature make sure app can running on backgroup.it runs on bb's emulator failed error while run in device.
error: module 'my_project' must signed rim runtime code signing key (rtt) the problem occurs in code below:
private applicationindicatorregistry reg; private applicationindicator indicator; public static applicationindicator appindi; public afmobimobile() { testmobile = this; reg=applicationindicatorregistry.getinstance(); encodedimage img=encodedimage.getencodedimageresource("ic2.png"); applicationicon icon =new applicationicon(img); indicator=reg.register(icon, false, true); appindi=reg.getapplicationindicator(); } all open handles volum invaild.
Comments
Post a Comment