7.0.4 with Nokia SDK: this directory ... is not a valid home for Mobile SDK
The situation:
with a fresh install of the Nokia SDK
(version S60_3rd_Edition_SDK_Feature_Pack_2_v1_1_en)
and all MIDP options checked results in a
"this directory selected is not a valid home for Mobile SDK"
when selecting the c:\S60\ or sub-directories with intellij 7.0.4.
Double check:
downloaded a netbeans 6.1 mobile edition re-ran the Nokia SDK setup,
ran a MIDP sample project with success (emulator starts, program running in phone emulator).
Was someone able to use the Nokia SDK with 7.0.4?
And if yes: please share your setup steps.
- Claus
请先登录再写评论。
Task was solved with help from Jetbrains support:
Can now use the Nokia SDK with IntelliJ for J2ME.
Maybe it would help others to sketch to solution?
Hello Tom,
Nokia SDK (version S60_3rd_Edition_SDK_Feature_Pack_2_v1_1_en) does have
a typo in -version output. Thus IDEA was not able to detect its version.
in order to make IDEA work one should replace 'Configuraiton' with 'Configuration'
in emulator's jars ...
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Can you elaborate as to how to change this? I don't think Nokia released the source code for the SDK.
Thanks,
Ryan
You have to replace string Configuraiton -> Configuration in S60_3rd_FP2_SDK_v1.1\epoc32\tools\ecmt\nei.jar\com\symbian\tools\j2me\sei\emulator\EmulatorLauncher.class
I don't think that we can distribute patched version though ... you may contact me directly via email
Thank you