I need help with an error message that I started to get during the build.

BB Storm on JDE 4.7.0

I created a small class to allow me to easily create and play sounds. I have just run the following code to play a sound at any time (and I can play again too).

IpAudioClip crash("libs.testother","/testother/crash.aac","audio/aac");
...
if (crash.isSupported("audio/aac"))
{
    crash.play();
}
...

Now, when I build, I get an error that I've never seen elsewhere as follows:

libs. IpAudioClip: error! : lack of card from the pile to the label: 35
Error while building project

When I get this error on the web, I see preverify associated messages.

First of all, can someone explain what the preverify step is all about? Also, why it is not managed by default in the JDE?

What is causing this error? What should I do for the JDE to fix?

According to me, that there is a box of pre-build in the properties of each file. Do I need to add a step preverify in there or something? How do we know when to do (if that's the solution)?

Any info would be greatly appreciated.

Thank you

-Donald

I solved it myself. JDE projects can sometimes get damaged. I had a project that was link a library even if he hasn't said to link this library. That's what was causing the error message. The solution was to delete the project and create a new one of the same name, overwriting the old and adding the same files as before and be careful not to add libraries was planned initially that he didn't need. Now all this very well built.

This error message means there is a problem with a jar somewhere.

THX

D

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for