José Pereda
José Pereda
With current code, it is still the case: - nodeA (authorized) - pyrsia points to nodeB - launching almost from terminal one: ``` ./pyrsia build docker --image alpine:3.16.2 Build request...
Post your GluonFX plugin version, GraalVM version, detailed logs, how do you run the apk and what type of device and the Android version are you using.
Are you using the Android emulator? That is not supported (the APK doesn't include libraries for the x86_46 architecture), you need to test on a real device. It might work...
The [StackOverflow answer](https://stackoverflow.com/questions/54889473/how-to-specify-entitlements-plist-attributes-in-javafxports-gluonhq/54907087?noredirect=1#comment96592814_54907087) can be taken as reference of possible solution: a custom file should be processed and added to the generated one.
I've upgraded to the latest versions: - Mac 10.13.5 - Xcode Version 9.4 (9F1027a) - iOS 11.4 (15F79) - Jfxmobile 2.0.25 Then I tried a simple template project, adding this...
I've tried `Font.getFamilies()` and it works just fine for me. I'll suggest to clean your project: - `build`(using `./gradlew clean`) - `.gradle` and try again. And from time to time...
Then I don't think `Font` nor `Font.getFamilies()` have anything to do with the issue. If you find `QuantumRenderer: shutdown` usually it is because a NPE that throws an exception that...
By the way, the new release of the plugin (2.0.27) should print the stacktrace, maybe you can give it a try?
You can try out a regular `ImageView` with a picture. So far this size 1728x2304 worked, but 2074x2765 failed with the above exception.
Sure, no problem. If you want to test on desktop with `gluonfx:run` (no AOT, just JVM), which is way faster I suggest: `System.setProperty("charm-desktop-form", "tablet");` can be used to set "tablet"...