-
Notifications
You must be signed in to change notification settings - Fork 666
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
Error: Unsupported platform: aarch64-linux-android #1421
Comments
The current workaround of this problem is to manually download esbuild binary:
Now it works well on Android. |
This was referenced Jul 8, 2023
The PR has been merged: evanw/esbuild#3217 so this will fix after upgrade to new version of esbuild :-) |
Resolved by #1841 |
I have the shame issues:(
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I run deno 1.35.0 for
aarch64-linux-android
(adb shell
): denoland/deno#19759Fresh can create a project but can not run:
esbuild has support for arm64 android: https://www.npmjs.com/package/@esbuild/android-arm64
The text was updated successfully, but these errors were encountered: