ABIs and .aab under Android
-
Hi there,
There was a very interesting feature in Qt 5.x for Android. It allowed you to compile for several ABIs at once and put the code in the same .aab.
This feature no longer seems to be available for 6.x...It was very practical, especially when working with large asset files. Now, when you want to send compilations for all available ABIs, you systematically have to send the asset with...
Is there any way to go back to the old way?
Thanks a lot!