wrapper problem

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