I can't build for arm64
-
I have Mint 20.1 Ulyssa
$ java --version
openjdk 11.0.11 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing)
When I build standard example Analog Clock on Qt 5.13.2 Clang arm64-v8a
I got errors ..64../llvm-strip
I have
when I change to
"specific_qt_versions": [
{
"versions": ["default"],
"sdk_essential_packages": ["build-tools;28.0.2", "ndk;19.2.5345600"],
"ndk_path": "ndk/19.2.5345600"
},
I got:
:-1: error: * What went wrong:
Could not determine java version from '11.0.11'.-
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
Building the android package failed!
-- For more information, run this command with --verbose.
-
-
Probably your JDK is too new. Try building with something older, especially when you also use an ancient Qt version.