Open alcorrius opened 3 years ago
This exact error message about "getgrgid_r" happens when running an app that requires Android 7 (API level 24) on an Android 6 (API level 23) device (for the record, if anyone else ends up here after encountering this error message and googling for it).
Gluon-sample HelloFX built with GraalVM 20.3.0 (or latest 21.0.0-dev-20201204_0332), client-maven-plugin 0.1.35 working fine on Android version 8 and 9 but crashes on Sony Xperia M4 (E2312) (Android 6.0.1, API level 23, ART 2.1.0, aarch64).
Fatal exception: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "getgrgid_r" referenced by "/data/app/com.gluonhq.samples.hellofx-1/lib/arm64/libsubstrate.so"
mvn client:run -Pandroid :