I use s60_v2.0 sdk, I can run application on emulator, but when I upload it to my phone, and I try to install it, it appear the msg error : "Application may not be compatible with device. Quit application?". My phone is NOKIA 6260.
May be I should use another version of SDK? Also I tried v2.1, v 1.2, result is the same.
Thank you, it helped. It's my first application for mobile phone.
I have also another question. Now I use VC++.NET & SDK 2.1.
When I use pkg file:
"\Epoc32\release\armi\urel\HELLOWORLD.APP"-
"!:\system\apps\HelloWorld\HelloWorld.app"
"\Epoc32\data\z\system\apps\HELLOWORLD\HELLOWORLD.RSC"-
"!:\system\apps\HelloWorld\HelloWorld.rsc"
in command prompt I have error: file not found. So I had to copy these files to current catalog and use:
"HELLOWORLD.APP"-"!:\system\apps\HelloWorld\HelloWorld.app"
"HELLOWORLD.RSC"-"!:\system\apps\HelloWorld\HelloWorld.rsc"
What problem may be here? I checked a path a lot of times.
Thank you in advance,
Julia