Hi,
I neet to import a third part class into my b4a project.
I read in the forum that I can import a jar class and run methods with javaObjects.
The problem is that they gave me a aar class.
These are my questions:
1) Can I extract the jar file and xml from aar without problems? How? can I simply extract them? Or can I import simply the aar class?
Or can I import simply the aar class?
2)What's the exact name that I have to insert to "#AdditionalJar:[?]". Where I can find it?
3)In "jo.InitializeStatic("[?]")" Have I to insert the path inside the xml file?
I don't know how to do that.
Thanks
I neet to import a third part class into my b4a project.
I read in the forum that I can import a jar class and run methods with javaObjects.
The problem is that they gave me a aar class.
These are my questions:
1) Can I extract the jar file and xml from aar without problems? How? can I simply extract them? Or can I import simply the aar class?
Or can I import simply the aar class?
2)What's the exact name that I have to insert to "#AdditionalJar:[?]". Where I can find it?
3)In "jo.InitializeStatic("[?]")" Have I to insert the path inside the xml file?
I don't know how to do that.
Thanks