-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support ESBuild For aarch64 Android 64bit #803
Comments
Both arm32 and arm64 are supported, but on Linux. I believe the issue is that you are trying to run esbuild on Android which is not yet supported. You should be able to build esbuild for Android by installing Go, cloning this repo, and running this command:
From there you should be able to copy the
Does esbuild successfully print out the version when you follow those instructions? |
Ok,I I have been built this repo and it working now.
is working as well like
|
When I test this , it is not working for non-root user.
|
Are you saying that running the command |
No sorry, |
The path resolver in esbuild currently assumes that it can traverse from the root directory to the current directory. I'm not a Unix permissions expert but I believe if that's not the case you'll get an EACCES |
In Android , root permission is need to find |
I am sorry for reopening this, but I recently tried to setup an Android phone for Web Development with esbuild and got this same error, however, I was able to build esbuild from source directly on Android with no problem using the recommended script:
I am not sure if I am bringing new light to the matter. esbuild has become a key piece in my development setup (thank you!), but since I am not able to install it normally via npm/yarn on Android, I am forced to run additional AD HOC steps (like building and copying it to Is it possible to include support for "android arm64 LE" on the normal npm/yarn installation flow? |
Yes this is now unblocked because #938 has since been fixed. It should now be possible to ship an Android build. I'll do this in an upcoming release. |
Is there already a solution for that? |
What do you mean? A solution for what? Support for ARM 64-bit Android was released a while ago in version 0.9.7. |
I'm still getting the same error |
What about the support for ARM 32-bit? |
Yes it is working in |
Go
Working On Android aarch64 architect.Sound like ESbuild should support aarch64(64bit).
Errors
Development Environment
Related issue
I am finding the issue for esbuild for 64 bit.
What i found is that esbuild is support for 32bit system. #550
aef0e44
The text was updated successfully, but these errors were encountered: