Hi everybody,
I have an issue with a wrapper.
I found a java library (jotp) and have 1 jar from it.
I create a small xml file to manage it (no fucntion, just a test for the moment):
<?xml version="1.0" encoding="UTF-8"?>
<root>...
Hello, I'm trying to wrap a library, but when I try to compile it with Simple Library Compiler it says that it cant find the AndroidX packages that the library uses. However when I add let's say for example the androidx-core classes.jar to the libs folder it proceeds to the next package. The...
hi there
i use to wrap a lib from a java for b4a
i made almost every thing make run
but i stick in click event and enevt wont rasing
here is my java onclick code
public void ClickListener() {
CV.setOnClickListener(new View.OnClickListener() {
@Override...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.