Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
2.0
-
None
Description
Running tst_blackbox-android on windows fails because the aapt packager fails to include this file:
libplugins_networkinformation_qandroidnetworkinformation_armeabi-v7a.so
And only this file.
Running the aapt program directly has the same effect.
aapt has been deprecated in Qbs in favor of aapt2 since Qbs 1.17.1 (QBS-1562).
In order to simplify the complexity of the tst_blackboxandroid.cpp I suggest to remove the code involved in testing aapt instead of adding another test over the host type since the issue doesn't exist on Linux.