Application not displayed in emulator Nokia 6600
| Thu, 2005-02-10 08:09 | |
|
I am new to symbian development. I am using Eclipse as the IDE.
I have created a sample project. When i try to run the project the emulator is launched. In the emulator my application is not displayed. What do i do in order to display the application in the emulator. Your help is appreciated. |
|






Forum posts: 2
For example, if your app is "YourApplication.app":
make a folder : "\system\apps\YourApplication\"
Forum posts: 93
Try to check the UID in the MMP file you've created. If another app in your emulator ( i assume that you have installed other apps) has the same UID than these already installed apps, you won't see your new application. The UID is a unique number that identifies your application.
Hope it'll help
MatD:-)
MatD