Copying updated assets files (1)
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Error occurred on line: 11 (B4XMainPage)
java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at com.prueba.lib1.b4xmainpage.innerInitialize(b4xmainpage.java:21)
at com.prueba.lib1.b4xmainpage._initialize(b4xmainpage.java:92)
at com.prueba.lib1.b4xpagesmanager._initialize(b4xpagesmanager.java:150)
at com.prueba.lib1.main._activity_create(main.java:415)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
at com.prueba.lib1.main.afterFirstLayout(main.java:105)
at com.prueba.lib1.main.access$000(main.java:17)
at com.prueba.lib1.main$WaitForLayout.run(main.java:83)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:236)
at android.app.ActivityThread.main(ActivityThread.java:8037)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:656)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967)
Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "libtlvtree.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1087)
at java.lang.Runtime.loadLibrary0(Runtime.java:1008)
at java.lang.System.loadLibrary(System.java:1664)
at com.ingenico.pclutilities.PclUtilities.<clinit>(PclUtilities.java:59)
at johan.PCLServicio2.<init>(PCLServicio2.java:56)
at com.prueba.lib1.b4xmainpage._class_globals(b4xmainpage.java:85)
... 21 more
** Activity (main) Resume **