Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.3.0
-
-
2023wk48FOQtforAndroid
Description
Hi, I'm planning to use Qt test with androidtestrunner to run our test on CI/CD follow this document
https://www.kdab.com/wp-content/uploads/stories/2019-45-QtWS-Berlin-Testing-Profiling-Qt-Android.pdf
I tried to create a project with Qt test and see that the test function did not run
when run command "make check"
but same project when run as an application by Android Studio. it works
After debug into the step of androidtestrunner. I see the cause is the param in adb command
-e applicationArguments \"'-o output.txt,txt'\"
Continue debug in the android project. I tried to run app with Android Studio but modify code in class QtLoader.java to hard code an input params. it also not works
seems that, QT Android will not run native library (file .so) if exist an input param ?
Attachments
Issue Links
- relates to
-
QTQAINFRA-5928 androidtestrunner fails to copy the XML test log when the test crashes
-
- Closed
-