0

symbian (Nokia N97) で動作するシンプルなアプリケーションを取得しようとしています PC に qt 4.7.4 と qtcreator 2.3.1 をインストールしました N97 に qt 4.7.4 と CODA 4.0.23 をインストールしました

qtcreator からアプリケーションを実行すると、次のエラーが表示されます。

Executable file: 9124 2011-10-23T16:37:36 C:\QtSDK\Symbian\SDKs\Symbian1Qt473\\epoc32\release\gcce\udeb\untitled.exe
Connecting to 'COM4'...
Connected.
Launching: untitled.exe
Launch failed: Command answer [command error], 1 values(s) to request: 'C|38|Processes|start|""|"untitled.exe"|[""]|[]|true' 
#0 {"Code":-1,Format="Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not found)"}
Error: 'Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not found)' Code: -1
Finished. 

qtcreator でデバイス情報を確認すると: プロジェクト > symbian デバイス > 実行 > デバイス (情報)

Qt version: Not installed on device
ROM version:v 30.0.004 16-06-11 RM-555 (c) Nokia
CODA version: 4.0.23
Qt Mobility version: 1.2.0
Qt Quick components version: Not installed
QML Viewer version: Not installed
Screen size:640x360

qt バージョンがインストールされていません。qt SDK フォルダーに qt.sis をインストールしました。

"C:\QtSDK\Symbian\sis\Symbian^3\Qt\4.7.4\qt.sisx"

私は何を間違っていますか?

--------------編集-------------- qt for symbian^1 をインストールしてみました:

"C:\QtSDK\Symbian\sis\Symbian^1\Qt\4.7.3\qt.sis"
"C:\QtSDK\Symbian\sis\Symbian^1\Qt\4.7.3\qmlviewer.sis"
"C:\QtSDK\Symbian\sis\Symbian^1\Qt\4.7.3\qtwebkit.sis"
"C:\QtSDK\Symbian\sis\Symbian^1\QtMobility\1.1.3\qtmobility.sis"

最後の2つはエラーを出します:

update failed (no device)

something went wrong
An error occurred on installation of the file- Foutcode: 2153775107- (in ovi suite)

おそらくCODAを使用する必要があります.trkはqt Creator 2.3でサポートされていないため、インストールします:

"C:\QtSDK\Symbian\sis\Symbian^3\CODA\public_coda_installer_1-0-5_build2_signed.sis"

次に、qt クリエーターからアプリケーションを実行しようとしました: エラー:

Launch failed: Command answer [command error], 1 values(s) to request: 'C|8|Processes|start|""|"test1.exe"|[""]|[]|true' 
#0 {"Code":-1,Format="Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not found)"}
Error: 'Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not found)' Code: -1

qt 作成者: デバイス情報:

Qt version: **Not installed on device**
ROM version:v 30.0.004 16-06-11 RM-555 (c) Nokia
CODA version: 4.0.23
Qt Mobility version: 1.2.0
Qt Quick components version: Not installed
QML Viewer version: 1.0.0
Screen size:640x360
4

1 に答える 1

0

N97 は Symbian^1 (第 5 版) デバイスであり、Symbian^3 デバイスではありませんが、Qt.sisx の Symbian^3 バージョンをインストールしようとしたとおっしゃいました。

PC で Symbian^1 バージョンの qt.sisx ファイルを探し、代わりにそれを N97 にインストールしてみてください。

その sisx ファイルは、Qt SDK スタート メニュー フォルダー (Install Qt 4.7.3 for Symbian^1 on device' という名前) にあるはずです。そこにない場合は、SDK メンテナンス ツールを実行して SDK を更新する必要がある場合があります。

于 2011-10-28T15:55:26.263 に答える