Android Question Wrapper not working

Hello everybody,

In the last days I working in a wrapper the SDK to read barcode from DynamSoft . Finally I was able to compile the wrapper but I need some help here.

1663272519881.png


The lib is not working properly, my method Initialize apparently is not calling the MainActivity, I put some markers like using BA.Log("xxx") to track the issue but I can´t understant what is happening.

I have some others doubts like, It is need to copy the .so file to the additional folder? It is need to appoint the "res" folder from the SDK directly in the B4A?

I uploaded the code for myWrapper and the original SDK, your help is very welcome. :)

You can download the Files Here.
 
Top