Open uweseimet opened 1 month ago
the next version will provide a statically linked version
@lzhiyong Any plans when you are going to release the next version? I am asking because I would like to build apps for the Android 15 API, and as far as I can tell this requires a current version of aapt2.
Please wait for upstream updates. the current version released by Google is 35.0.2
next update is 35.0.3
Well, the problem is that I canmot use your binaries of the current version. Is there any chance that you rebuild them and link them statically? Or will 35.0.3 be released soon?
The fact that aapt2 35.0.2 is not linked statically but dynamically causes an issue, at least on some platforms:
With the statically linked aapt2 from previous releases everything was fine.
I would like to suggest to also link the 35.0.2 tools statically, in order to ensure portability.