Description
Using Andronix to get a user-mode Linux on my phone, I cloned WALA, but the build failed as shown below. It appears not to understand that the phone is an aarch64 device. There is magic to use the native SWT libs, but the phone seems to confuse it. Does anyone know how it works?
`dolby@localhost:~/WALA$ ./gradlew clean build
Calculating task graph as no cached configuration is available for tasks: clean build
Type-safe project accessors is an incubating feature.
[Incubating] Problems report is available at: file:///home/dolby/WALA/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
- What went wrong
Could not determine the dependencies of task ':ide:compileJava'.
Could not resolve all dependencies for configuration ':ide:compileClasspath'.
Could not find org.eclipse.platform:org.eclipse.swt.gtk.linux.unknown:3.124.200.
Required by:
project :ide > org.eclipse.platform:org.eclipse.swt:3.124.200
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.11/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 4s
9 actionable tasks: 9 up-to-date
Configuration cache entry stored.`