Qt for Android
-
Thank you guys for all the replies. Can you please post your configuration command? Here is mine:
./configure -xplatform android-clang --disable-rpath -nomake tests -nomake examples -android-ndk /home/dominik/Android/Sdk/ndk-bundle/ -android-sdk /home/dominik/Android/Sdk -android-ndk-host linux-x86_64 -android-toolchain-version 4.9 -skip qttranslations -skip qtserialport -no-warnings-are-errors
Using At 5.12.1 and the latest sdk/ndk, open jdk 8.
Thanks!
@Domel07 said in Qt for Android:
./configure -xplatform android-clang --disable-rpath -nomake tests -nomake
Just confused or curious, I don't know. Are you building Qt yourself?
Is there something preventing you to develop on let's say a Linux host and connect your Android device and deploy to and run your Qt application on it?
-
@Domel07 said in Qt for Android:
./configure -xplatform android-clang --disable-rpath -nomake tests -nomake
Just confused or curious, I don't know. Are you building Qt yourself?
Is there something preventing you to develop on let's say a Linux host and connect your Android device and deploy to and run your Qt application on it?
@Pablo-J.-Rogina yes, building Qt from sources. Because I could not find a Ubuntu prebuilt version. Is there a prebuilt version of the latest Qt for Ubuntu? I could not locate one, but I might have missed it.
However I have successfully set up the latest Qt prebuilt for Windows. Works almost out of the box, the only glitch is java version (11 won't work, need to roll back to 8).
-
@Pablo-J.-Rogina yes, building Qt from sources. Because I could not find a Ubuntu prebuilt version. Is there a prebuilt version of the latest Qt for Ubuntu? I could not locate one, but I might have missed it.
However I have successfully set up the latest Qt prebuilt for Windows. Works almost out of the box, the only glitch is java version (11 won't work, need to roll back to 8).
-
@Domel07
check the Qt Website, the unified online installer should have the latest Linux buildsShould work.
-
@Domel07
check the Qt Website, the unified online installer should have the latest Linux buildsShould work.
-
@J.Hilk do you mean linux version? I can not find one (and the Qt download site is extremely hard to find, the information on download page are highly deceiving (and not leading to any actual downloads))
@Domel07 jep

http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
http://download.qt.io/official_releases/online_installers/qt-unified-linux-x86-online.runno idea if the links work, iām on an iPad š
-
@J.Hilk do you mean linux version? I can not find one (and the Qt download site is extremely hard to find, the information on download page are highly deceiving (and not leading to any actual downloads))
@Domel07 what about http://download.qt.io/archive/qt/ ?
-
@Domel07 what about http://download.qt.io/archive/qt/ ?
-
@FRAUBRJ I am currently still stuck on linux but windows works great for me (beware of the java version, 11 does not work for me).
-
@Domel07 what about http://download.qt.io/archive/qt/ ?
@Pablo-J.-Rogina Many thanks, that's it!
-
@Domel07 Same problem under MacOS. It's very frustrating!
I need to develop an application for Android, communicating by Bluetooth with a measuring device (serial link emulation) and I'm stuck.
Help would be good.