Skip to content

Having trouble with my Samsung Galaxy Z Fold 5, which is Linux and arm64 #29

Open
@juliandolby

Description

@juliandolby

I have been trying to build WALA (github.com:/wala/WALA) using Andronix on my Samsung Galaxy Z Fold 5, which is arm64 based and looks like Linux when using Andronix. The build is currently failing when it cannot find the SWT library, which it thinks is org.eclipse.platform:org.eclipse.swt.gtk.linux.unknown:3.124.200.

WALA builds fine on my arm64-based Mac, and I checked that the aarch64 SWT jar indeed exists.

WALA uses diffplug, and I think the issue might come from there. Looking at durian-swt.os/src/main/java/com/diffplug/common/swt/os/OS.java, the code has LINUX_x64 and LINUX_x86. It does know that Apple Silicon is arm64, which might be why my Mac works fine. But it has nothing for Linux on arm64.

Is there some way to support devices like my Z Fold?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions