11:34:17: Initializing deployment to Android device/simulator 11:34:17: Deploying to 11:34:17: Running steps for project multistreamclient... 11:34:17: Starting: "C:\Qt\6.3.0\android_x86_64\bin\qmake.bat" C:\Qt\Examples\Qt-6.3.0\network\multistreamclient\multistreamclient.pro -spec android-clang "CONFIG+=debug" "CONFIG+=qml_debug" 11:34:18: The process "C:\Qt\6.3.0\android_x86_64\bin\qmake.bat" exited normally. 11:34:18: Starting: "C:\Users\elhautal\AppData\Local\Android\Sdk\ndk\22.1.7171670\prebuilt\windows-x86_64\bin\make.exe" -f C:/Qt/Examples/Qt-6.3.0/network/build-multistreamclient-Android_Qt_6_3_0_Clang_x86_64-Debug/Makefile qmake_all make: Nothing to be done for 'qmake_all'. 11:34:19: The process "C:\Users\elhautal\AppData\Local\Android\Sdk\ndk\22.1.7171670\prebuilt\windows-x86_64\bin\make.exe" exited normally. 11:34:19: Starting: "C:\Users\elhautal\AppData\Local\Android\Sdk\ndk\22.1.7171670\prebuilt\windows-x86_64\bin\make.exe" -j4 C:\Users\elhautal\AppData\Local\Android\Sdk\ndk\22.1.7171670/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++ -c -target x86_64-linux-android23 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -g -std=gnu++1z -Wall -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\multistreamclient -I. -IC:\Qt\6.3.0\android_x86_64\include -IC:\Qt\6.3.0\android_x86_64\include\QtWidgets -IC:\Qt\6.3.0\android_x86_64\include\QtGui -IC:\Qt\6.3.0\android_x86_64\include\QtNetwork -IC:\Qt\6.3.0\android_x86_64\include\QtCore -I. -IC:\Qt\6.3.0\android_x86_64\mkspecs\android-clang -o client.obj ..\multistreamclient\client.cpp C:\Users\elhautal\AppData\Local\Android\Sdk\ndk\22.1.7171670/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++ -c -target x86_64-linux-android23 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -g -std=gnu++1z -Wall -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\multistreamclient -I. -IC:\Qt\6.3.0\android_x86_64\include -IC:\Qt\6.3.0\android_x86_64\include\QtWidgets -IC:\Qt\6.3.0\android_x86_64\include\QtGui -IC:\Qt\6.3.0\android_x86_64\include\QtNetwork -IC:\Qt\6.3.0\android_x86_64\include\QtCore -I. -IC:\Qt\6.3.0\android_x86_64\mkspecs\android-clang -o main.obj ..\multistreamclient\main.cpp C:\Users\elhautal\AppData\Local\Android\Sdk\ndk\22.1.7171670/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++ -c -target x86_64-linux-android23 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -g -std=gnu++1z -Wall -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I..\multistreamclient -I. -IC:\Qt\6.3.0\android_x86_64\include -IC:\Qt\6.3.0\android_x86_64\include\QtWidgets -IC:\Qt\6.3.0\android_x86_64\include\QtGui -IC:\Qt\6.3.0\android_x86_64\include\QtNetwork -IC:\Qt\6.3.0\android_x86_64\include\QtCore -I. -IC:\Qt\6.3.0\android_x86_64\mkspecs\android-clang -o moc_client.obj moc_client.cpp In file included from moc_client.cpp:10: ./../multistreamclient/client.h:85:5: error: unknown type name 'QSctpSocket'; did you mean 'QTcpSocket'? QSctpSocket *sctpSocket; ^~~~~~~~~~~ QTcpSocket C:\Qt\6.3.0\android_x86_64\include\QtNetwork/qtcpsocket.h:53:24: note: 'QTcpSocket' declared here class Q_NETWORK_EXPORT QTcpSocket : public QAbstractSocket ^ In file included from ..\multistreamclient\main.cpp:52: ..\multistreamclient/client.h:85:5: error: unknown type name 'QSctpSocket'; did you mean 'QTcpSocket'? QSctpSocket *sctpSocket; ^~~~~~~~~~~ QTcpSocket C:\Qt\6.3.0\android_x86_64\include\QtNetwork/qtcpsocket.h:53:24: note: 'QTcpSocket' declared here class Q_NETWORK_EXPORT QTcpSocket : public QAbstractSocket ^ 1 error generated. make: *** [Makefile:2383: moc_client.obj] Error 1 make: *** Waiting for unfinished jobs.... 1 error generated. make: *** [Makefile:2380: main.obj] Error 1 In file included from ..\multistreamclient\client.cpp:54: ..\multistreamclient/client.h:85:5: error: unknown type name 'QSctpSocket'; did you mean 'QTcpSocket'? QSctpSocket *sctpSocket; ^~~~~~~~~~~ QTcpSocket C:\Qt\6.3.0\android_x86_64\include\QtNetwork/qtcpserver.h:55:7: note: 'QTcpSocket' declared here class QTcpSocket; ^ ..\multistreamclient\client.cpp:67:22: error: unknown type name 'QSctpSocket'; did you mean 'QTcpSocket'? sctpSocket = new QSctpSocket(this); ^~~~~~~~~~~ QTcpSocket C:\Qt\6.3.0\android_x86_64\include\QtNetwork/qtcpserver.h:55:7: note: 'QTcpSocket' declared here class QTcpSocket; ^ ..\multistreamclient\client.cpp:126:26: error: use of undeclared identifier 'QSctpSocket'; did you mean 'QTcpSocket'? connect(sctpSocket, &QSctpSocket::connected, this, &Client::connected); ^~~~~~~~~~~ QTcpSocket C:\Qt\6.3.0\android_x86_64\include\QtNetwork/qtcpserver.h:55:7: note: 'QTcpSocket' declared here class QTcpSocket; ^ ..\multistreamclient\client.cpp:127:26: error: use of undeclared identifier 'QSctpSocket'; did you mean 'QTcpSocket'? connect(sctpSocket, &QSctpSocket::disconnected, this, &Client::disconnected); ^~~~~~~~~~~ QTcpSocket C:\Qt\6.3.0\android_x86_64\include\QtNetwork/qtcpserver.h:55:7: note: 'QTcpSocket' declared here class QTcpSocket; ^ ..\multistreamclient\client.cpp:128:26: error: use of undeclared identifier 'QSctpSocket'; did you mean 'QTcpSocket'? connect(sctpSocket, &QSctpSocket::channelReadyRead, this, &Client::readDatagram); ^~~~~~~~~~~ QTcpSocket C:\Qt\6.3.0\android_x86_64\include\QtNetwork/qtcpserver.h:55:7: note: 'QTcpSocket' declared here class QTcpSocket; ^ ..\multistreamclient\client.cpp:129:26: error: use of undeclared identifier 'QSctpSocket'; did you mean 'QTcpSocket'? connect(sctpSocket, &QSctpSocket::errorOccurred, this, &Client::displayError); ^~~~~~~~~~~ QTcpSocket C:\Qt\6.3.0\android_x86_64\include\QtNetwork/qtcpserver.h:55:7: note: 'QTcpSocket' declared here class QTcpSocket; ^ ..\multistreamclient\client.cpp:179:50: error: no member named 'readDatagram' in 'QTcpSocket' consumers[channel]->readDatagram(sctpSocket->readDatagram().data()); ~~~~~~~~~~ ^ ..\multistreamclient\client.cpp:216:21: error: no member named 'writeDatagram' in 'QTcpSocket' sctpSocket->writeDatagram(ba); ~~~~~~~~~~ ^ 8 errors generated. make: *** [Makefile:1768: client.obj] Error 1 11:34:28: The process "C:\Users\elhautal\AppData\Local\Android\Sdk\ndk\22.1.7171670\prebuilt\windows-x86_64\bin\make.exe" exited with code 2. Error while building/deploying project multistreamclient (kit: Android Qt 6.3.0 Clang x86_64) When executing step "Make" 11:34:28: Elapsed time: 00:10.