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

Can't execute arm64 binaries (version 35.0.2) #44

Open
allofee opened this issue Nov 12, 2024 · 2 comments
Open

Can't execute arm64 binaries (version 35.0.2) #44

allofee opened this issue Nov 12, 2024 · 2 comments

Comments

@allofee
Copy link

allofee commented Nov 12, 2024

I downloaded the v35 version (android-sdk-tools-aarch64.zip) to my arm64 server (Ubuntu 20.04) but couldn't execute any binary.

Bash keeps complaining "No such file found." I tried adding the "execute" permission to the file and updating the owner and group, but neither worked.

Then I downloaded the v34 version and it worked.

No idea what happened.

@lzhiyong
Copy link
Owner

34.0.3 is statically linked, 35.0.2 is not

@uweseimet
Copy link

This appears to be the same issue as I reported in #40.

@lzhiyong Do you plan to build a statically linked release of 35.0.2? Google have already released library bugfixes that can only be used with building against the latest API. I need to use some of these libraries soon, but the this is not possible with the current release.
It would be a pity if I had to build on x86 again, but I need to update my apps, and with the current release binaries this is impossible.

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

3 participants