How to make auto start application in blackberry

前端 未结 4 2148
悲哀的现实
悲哀的现实 2020-12-11 11:39

I don\'t know how make my application as auto start application.That is my expectation is,After simulator loads it should not open normal main screen which consist of contac

4条回答
  •  不思量自难忘°
    2020-12-11 12:18

    To add to Max Gontar's answer, make sure that this same name is stored in the property:

    • BlackBerry Project Properties -> Build tab -> Output file name

    And then the Debug Configuration needs to be updated with this same Output file name. By default, the debug configuration inserts the name of the project, which is not always the same as this output name.

    That's the part that got me caught out (project name was copied from a different project).

    So it is possible.

提交回复
热议问题