Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aapt2 35.0.2 shared library issue #40

Open
uweseimet opened this issue Sep 5, 2024 · 4 comments
Open

aapt2 35.0.2 shared library issue #40

uweseimet opened this issue Sep 5, 2024 · 4 comments

Comments

@uweseimet
Copy link

The fact that aapt2 35.0.2 is not linked statically but dynamically causes an issue, at least on some platforms:

uname -a
Linux ora1 6.5.0-1027-oracle #27~22.04.1-Ubuntu SMP Sat Jul 20 13:14:31 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
ldd aapt2
./aapt2: error while loading shared libraries: /lib/aarch64-linux-gnu/libc.so: invalid ELF header

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.

@lzhiyong
Copy link
Owner

lzhiyong commented Sep 9, 2024

the next version will provide a statically linked version

@uweseimet
Copy link
Author

@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.

@lzhiyong
Copy link
Owner

lzhiyong commented Oct 20, 2024

Please wait for upstream updates. the current version released by Google is 35.0.2

next update is 35.0.3

@uweseimet
Copy link
Author

uweseimet commented Oct 20, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants