Search code examples
androidlicensingsamsung-mobile

Error with Samsung's Zirconia license checker


I want to use Zirconia license checker to protect app for Samsung mobile store, so I followed this todo and everything worked fine when I tested it, but when I generate signed apk, I'm getting this error:

java.lang.UnsatisfiedLinkError: Couldn't load nativeinterface from loader dalvik.system.PathClassLoader: findLibrary returned null

But when I tried to open signed .apk as zip, I saw that \lib\armeabi\libnativeinterface.so exists. Any ideas how it can be fixed?


Solution

  • This is late response, but I had the same problem. I fixed the issue by renaming "armeabi" folder to "armeabi-v7a".