[SOLVED] import com.nokia.symbian 1.1 is not recognized
-
wrote on 10 Nov 2011, 13:32 last edited by
I've downloaded and installed Qt SDK 1.1.4. Created a HelloWorld QML application project from wizard. I'm getting this line understroked with red:
@import com.nokia.symbian 1.1@
Since symbian components are not recognized, app is not able to run. What might be wrong here?
-
wrote on 10 Nov 2011, 13:35 last edited by
I'm also getting troubles running this HelloWorld on Nokia N8 device. Here is the compile output:
@Installing package "friday5.sis" on drive C:...
Installation failed: 'Incorrect dependency: Qt Quick components for Symbian has version 1.00(0), need version 1.01(0) or newer' Code: 131073; see http://wiki.forum.nokia.com/index.php/Symbian_OS_Error_Codes for descriptions of the error codes
Error while building project friday5 (target: Symbian Device)
When executing build step 'Deploy'@What in a hell is going on here?
-
wrote on 10 Nov 2011, 14:22 last edited by
I'm not able even to start HeloWorld using simulator:
Starting C:\Users\Alex\Qt_projects\friday7-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Debug\debug\friday7.exe...
file:///C:/Users/Alex/Qt_projects/friday7-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Debug/qml/friday7/main.qml:2:1: module "com.nokia.symbian" is not installed
import com.nokia.symbian 1.1 -
wrote on 10 Nov 2011, 14:46 last edited by
Solved now. The reason for all this madness was that SDK 1.1.4 is not installing Symbian components by default for MinGW and Symbian Anna HW. You have to install them by manually selecting those in the SDK Maintenance tool.
-
wrote on 8 Dec 2011, 20:49 last edited by
Thanks for this. Why isn't this turned on by default? !!!
Here is a more detailed explanation of what to do if you get module com.nokia.symbian 1.1 is not installed error described above:
- Run Maintain Qt SDK (Start>All Programs>Qt SDK>Maintain Qt SDK)
- Chooze Package Manager
- Go to APIs>Qt Quick Components for Symbian - Simulator and put the check next to Qt Quick components for Symbian - MinGW
After this it should work in Simulator
-
wrote on 20 Dec 2011, 16:39 last edited by
Here is the video that shows how to fix this.
http://youtu.be/Xl6V_kQroWY -
wrote on 23 Dec 2011, 10:25 last edited by
Oh good. It works! Thank you
-
wrote on 8 Jul 2012, 20:05 last edited by
i have the same problem, but sorry, i dont have "Qt Quick components for Symbian – MinGW" in my updater...
what can i do now?
its useless to create apps without these component.
..
!http://www.abload.de/img/qt_symbian_not_supporu6yet.png(pic)! -
wrote on 9 Jul 2012, 09:16 last edited by
thx for your response, but after changing "import com.nokia.symbian 1.1" to "import com.nokia.symbian 1.2" it is still underlined red (QML Module not found).
best regards