Our app is crashing immediately upon startup for Android 6.0 users with the following error:
error loading module ‘licensing’ from file ‘/data/app/com.sx.puzzingo-1/lib/arm/liblicensing.so’: dolmen failed: /data/app/com.sx.puzzingo-1/lib/arm/liblicensing.so: has text relocations
Looking at the logcat I see this:
10-12 12:06:50.964 12097 12097 D AndroidRuntime: Shutting down VM
--------- beginning of crash
10-12 12:06:50.964 12097 12097 E AndroidRuntime: FATAL EXCEPTION: main
10-12 12:06:50.964 12097 12097 E AndroidRuntime: Process: com.sx.puzzingo, PID: 12097
10-12 12:06:50.964 12097 12097 E AndroidRuntime: java.lang.RuntimeException: error loading module ‘licensing’ from file ‘/data/app/com.sx.puzzingo-1/lib/arm/liblicensing.so’:
10-12 12:06:50.964 12097 12097 E AndroidRuntime: dlopen failed: /data/app/com.sx.puzzingo-1/lib/arm/liblicensing.so: has text relocations
10-12 12:06:50.964 12097 12097 E AndroidRuntime: stack traceback:
10-12 12:06:50.964 12097 12097 E AndroidRuntime: [C]: ?
10-12 12:06:50.964 12097 12097 E AndroidRuntime: [C]: ?
10-12 12:06:50.964 12097 12097 E AndroidRuntime: [C]: in function ‘require’
10-12 12:06:50.964 12097 12097 E AndroidRuntime: /Users/jenkins/slaveroot/workspace/Enterprise/OS/xcode-6.4/release/release/platform/resources/init.lua:835: in function ‘require’
10-12 12:06:50.964 12097 12097 E AndroidRuntime: /Users/jenkins/slaveroot/workspace/Enterprise/OS/xcode-6.4/release/release/platform/android/ndk/shell.lua:64: in main chunk
10-12 12:06:50.973 596 1120 W ActivityManager: Force finishing activity com.sx.puzzingo/com.ansca.corona.CoronaActivity
Does anyone know what’s causing this crash? I tried a Corona SDK build and it worked on my Android 6.0 device, but my Enterprise build crashes. Am I missing a library for my Enterprise build or a build setting?
Thanks,
Kenric