Necessitas Qt Suite for Android Platform
-
Introducing "Necessitas":http://groups.google.com/group/android-qt/browse_thread/thread/209edef7c5ceec8a , a suite of tools for develop Qt applications for Android platform.
Some videos, Necessitas in "action":http://blip.tv/file/4790125 and "Qt Creator for Android":http://blip.tv/file/4569990
-
Hey it is really cool!
-
Will Google allow Necessitas applications on Android or on the Android app store ? To be safe, most of the Android apps will still be written in the Android sdk. But this may be used for porting existing Qt apps to Android. I think the real Qt oppurtunities in the mobile space are gone with the Nok-Ms deal. Things may change if the Nokia Meego device is a huge success. I was planning to take the Qt cert. Now no use. Isn't it ?
-
Well, I think you should go for a cert if you like coding with Qt. Qt has gained momentum lately and with some luck Intel can make it with MeeGo outside the mobile space (tablet, IVI, settop boxes, TV-sets, etc).
Doing embedded solutions with Qt is also very nice and scalable.
-
[quote author="Jayakrishnan.M" date="1299751198"]Will Google allow Necessitas applications on Android or on the Android app store ? To be safe, most of the Android apps will still be written in the Android sdk. But this may be used for porting existing Qt apps to Android. I think the real Qt oppurtunities in the mobile space are gone with the Nok-Ms deal. Things may change if the Nokia Meego device is a huge success. I was planning to take the Qt cert. Now no use. Isn't it ?[/quote]
The discussions on the impact of the Nokia-MS and the future of Qt are taking place elsewhere (also on this forum). There are doubts, but there are also leads that indicate the future is not as bleak as it might seem, independent on the success of Meego. Lets take that discussion where it belongs.Whether certification is useful for you, is dependent on your personal situation.
-
The second alpha of Necessitas SDK was announced yesterday by BogDan:
http://groups.google.com/group/android-qt/browse_thread/thread/cfd2414233dfc97c
-
Qt compiles but does not copy data to the android
Hello, I have problems during the process of compiling qt for android
where I tried to find solution to remove said sh.exe paracedi or something that could be in the system, but I tried everything and there was
Until I installed a vm with empty + windowsxp qtnecessitas yet to confirm the same error ocoreru
anyone have any idea how to identify what can be?
the problem is seen below
Running build steps for project untitled1...
Starting: "c:\qt\necessitas\android\qt\480\armeabi-v7a\bin\qmake.exe" "C:\Documents and Settings\flaviomarcio\untitled1\untitled1.pro" -r -spec android-g++ -win32
O sistema nÆo pode encontrar o caminho especificado.
-win32 is deprecated.
The process "c:\qt\necessitas\android\qt\480\armeabi-v7a\bin\qmake.exe" exited normally.
Starting: "C:\Qt\necessitas\QtCreator\bin\ma-make.exe" -w
ma-make: Entering directoryC:/Documents and Settings/flaviomarcio/untitled1-build--Necessitas_Qt_4_8_0_for_Android_armv7a_Release' ma-make: Nothing to be done for
first'.
ma-make: Leaving directoryC:/Documents and Settings/flaviomarcio/untitled1-build--Necessitas_Qt_4_8_0_for_Android_armv7a_Release' The process "C:\Qt\necessitas\QtCreator\bin\ma-make.exe" exited normally. Starting: "C:\Qt\necessitas\QtCreator\bin\ma-make.exe" INSTALL_ROOT="C:\\Documents and Settings\\flaviomarcio\\untitled1\\android" install -w ma-make: Entering directory
C:/Documents and Settings/flaviomarcio/untitled1-build--Necessitas_Qt_4_8_0_for_Android_armv7a_Release'
ma-make: Leaving directory `C:/Documents and Settings/flaviomarcio/untitled1-build--Necessitas_Qt_4_8_0_for_Android_armv7a_Release'
'and' nÆo ‚ reconhecido como um comando interno
ou externo, um programa oper vel ou um arquivo em lotes.
ma-make: *** [install_target] Error 1
The process "C:\Qt\necessitas\QtCreator\bin\ma-make.exe" exited with code 2.
Error while building project untitled1 (target: Android)
When executing build step 'Copy application data' -
I have the same bug as you, did you resolve this problem?