Development for Android
-
-
As Vass said port of Lighthouse to Android exists. You can read more at link provided by him, also you can look at "Google group":http://groups.google.com/group/android-qt and download sources from "Gitorious":http://qt.gitorious.org/~taipan/qt/android-lighthouse/ .
-
Thanks for replies but i don't understand how use http://qt.gitorious.org/~taipan/qt/android-lighthouse/
Can you explain plz ?
-
You should install git vcs (if it is not already exists at your system). For Linux it is quite simple (just use your package manager or build it from sources if you use something oldschool like LFS), for Windows it is a bit tricky: you should install "msysgit":http://code.google.com/p/msysgit/ . Also you can avoid using git and download "tarball with sources":http://qt.gitorious.org/qt/android-lighthouse/archive-tarball/android-4.7 , but in this case you will need to download and rebuild lighthouse each time it is updated.
After installing git just go to needed folder (for example /home/jacky01/Work/Android) and run there command
@
git clone git://gitorious.org/~taipan/qt/android-lighthouse.git
@It will create a folder named android-lighthouse with full sources. After it just follow instructions from link Vass posted and should be ok.
-
It is good that interest in using Qt@Android is growing. Maybe someday Nokia will take this project and make it official ;) .