How to develop cross platform applications?
Some developers of Sailfisgh OS apps probably face the same challenge to develop the apps for multiple platforms, especially Android. It seems to be possible to build and deploy Qt and QML apps for Android as well.
https://doc.qt.io/qt-5/android-getting-started.html
Unfortunately I have problems to setup Qt Creator for this purpose. I get the following error message:
/Users/marc/Library/Android/sdk/ndk-bundle/toolchains/x86-4.9/prebuilt/darwin-x86_64/lib/gcc/i686-linux-android/4.9.x/../../../../i686-linux-android/bin/ld:
error: cannot find -lc++ clang++: error: linker command failed with
exit code 1 (use -v to see invocation) make: *** [libcalculator.so]
Error 1
Has someone experience in using Qt Creator for Android apps?
Anyway, what should be the approach to use Silica for Sailfish OS but pure Qt Quick Controlls for other Platforms like Android, UBports or even Nemo Mobile with shared code?
maybe some inspiration at this example
rgrnetalk ( 2019-06-19 21:14:21 +0200 )editAwesome. Thanks.
jsommer ( 2019-06-19 21:18:21 +0200 )edit