I am tried deploying .cod,.alx.jar files on blackberry simulator 8100;the application is not getting deployed on phone.I am using Blackberry plugin for Eclipse. How can I so
Just ran through the same kind of problem : project compiled fine but didn't deploy on any device or on any simulator, even though the debugger said it was attached ! The problem came from a .zip file that was located in the ./src directory of the project, deleting or moving it somewhere else resolved this case. I wish I hadn't spend 2+ hours on such a stupid problem :/