Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
Luis_Pena_Nunez
Posts: 18
Registered: ‎08-23-2012
My Carrier: -

thow me "previous version still active" when i'm trying to open the app

Hi i'm luis.

 

i have the same app in jre 7.1.0 and i'm trying to compile it on 5.0.0 but in 5.0.0 throw me an error when i'm trying to open.

"previous version still active".

 

Thanks.

Please use plain text.
Developer
pradeep_ch
Posts: 540
Registered: ‎12-23-2010
My Carrier: Airtel

Re: thow me "previous version still active" when i'm trying to open the app

Hi luis,

 

Follow these steps:

 

1) Clean all projects

2) Make sure that the JRE is 7.1 or not

3) rebuild again

 

Thanks.

Please use plain text.
Contributor
Luis_Pena_Nunez
Posts: 18
Registered: ‎08-23-2012
My Carrier: -

Re: thow me "previous version still active" when i'm trying to open the app

I found the problem . the problem is when i'm trying to confirm if exist a sd card plugged and if is not plugged in yet send System.exit(0) and there is the problem. There is other method to get out?
Please use plain text.