Android Question ARR files

kreativa

Member
Licensed User
Longtime User
Hi
somebody can help me?
I need to use an external arr file.
I've extracted the .jar file
I used #AdditionalJar:
Inside i have the class:

net.cobogroup.lib
Class Lib

java.lang.Object
net.cobogroup.lib.Lib

public class Lib
extends java.lang.Object
Copyright 2016 Cobo Group S.R.L. All rights reserved.
Created by Giuseppe Liguori on 10/02/16.
Constructor Summary

Constructors
Constructor and Description
Lib(Context context)
For all status updates, the inteface OnUpdate will call "onStateChange".

I call the class with
mylib.InitializeStatic( "net.cobogroup.lib.Lib")
and i have no problem.

when i call the metod scan (with no parameters) using mylib.RunMethodJO("scan",Null)
i receive the error
java.lang.IllegalArgumentException: Expected receiver of type net.cobogroup.lib.Lib, but got java.lang.Class<net.cobogroup.lib.Lib>

Attached the documentation of the library and the .jar file

somebody can help me to find a solution?

Thanks!
 

Attachments

  • Documentation.zip
    70.5 KB · Views: 120
  • bt.jar
    25.3 KB · Views: 116
Cookies are required to use this site. You must accept them to continue using the site. Learn more…