How can I implement Samsung Zirconia license check with Android Studio? -


i have followed samsung zirconia instructions on implementing license checker app. however, when running app, crashed , receive following log message.

10-09 21:13:56.754 1107-1127/? e/androidruntime: java.lang.unsatisfiedlinkerror: dalvik.system.pathclassloader[dexpathlist[[zip file "/data/app/com.apps.ips.teacheraidepro2-1/base.apk"],nativelibrarydirectories=[/vendor/lib, /system/lib]]] couldn't find "libnativeinterface.so"

the problem seems besides zirconia.jar file needs in /libs folder, there 3 additional files called libnativeinterface.so need in individual subfolders within libs directory. apparently works fine in eclipse, not working android studio.

i find hard believe users working android studio cannot use zirconia protect paid apps. if has advice, please help.

ok, managed answer own questions, that's piecing other topics on site.

basically needed create folder called jnilibs in /source/main folder of app structure, , copy .so files in respective folders.

with done, zirconia license protection works fine android studio. hope helps out others run issue.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -