Product:
Product Version: 11.7.0
Please give a brief summary of your issue:
When running application with the newest version I get this error:
2025-09-01 14:27:21.851 11039-11039 libc com.tgc.greatcoursesplus A Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x76e86fd4a1ac in tid 11039 (reatcoursesplus), pid 11039 (reatcoursesplus)
2025-09-01 14:27:22.381 11060-11060 DEBUG pid-11060 A Cmdline: com.tgc.greatcoursesplus
2025-09-01 14:27:22.381 11060-11060 DEBUG pid-11060 A pid: 11039, tid: 11039, name: reatcoursesplus >>> com.tgc.greatcoursesplus <<<
2025-09-01 14:27:22.381 11060-11060 DEBUG pid-11060 A #00 pc 0000000000705fdc /data/app/~~k8aqR2IX0565mZEBsbRW2Q==/com.tgc.greatcoursesplus-tfWBJf-FwdtZIQR34c0h4A==/base.apk!libPDFNetC.so (offset 0x11c0000)
2025-09-01 14:27:22.381 11060-11060 DEBUG pid-11060 A #01 pc 00000000008eb940 /data/app/~~k8aqR2IX0565mZEBsbRW2Q==/com.tgc.greatcoursesplus-tfWBJf-FwdtZIQR34c0h4A==/base.apk!libPDFNetC.so (offset 0x11c0000)
2025-09-01 14:27:22.381 11060-11060 DEBUG pid-11060 A #02 pc 00000000008ecb88 /data/app/~~k8aqR2IX0565mZEBsbRW2Q==/com.tgc.greatcoursesplus-tfWBJf-FwdtZIQR34c0h4A==/base.apk!libPDFNetC.so (offset 0x11c0000)
2025-09-01 14:27:22.381 11060-11060 DEBUG pid-11060 A #03 pc 0000000000557744 /data/app/~~k8aqR2IX0565mZEBsbRW2Q==/com.tgc.greatcoursesplus-tfWBJf-FwdtZIQR34c0h4A==/base.apk!libPDFNetC.so (offset 0x11c0000) (Java_com_pdftron_pdf_PDFNet_initialize+112)
my app just crashes.
Please describe your issue and provide steps to reproduce it:
Updated the manually using the aar files using:
implementation files('libs/pdftron.aar')
implementation files('libs/tools.aar')
in the gradle file
Please provide a link to a minimal sample where the issue is reproducible: