wrapper problem

  1. P

    Android Question Wrapper and private access

    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>...
  2. M

    Java Question Simple Library Compiler can't find AndroidX packages

    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...
  3. M

    Android Question problem with click event in wrapping a lib

    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...
Top