slc

  1. Peter Simpson

    Tool Marge AAR (Subpackage folder) and JAR together

    Hello B4A wrappers, Including an AAR file alongside your wrapped JAR and XML files can be a bit of a pain to do every time, especially as you’ve already removed the classes.jar file to add to your wrapper’s libs folder, yet the AAR still contains its own classes.jar as well. There are, of...
  2. R

    Java Question java.lang.UnsatisfiedLinkError ... couldn't find "libserial_port.so

    Hi guys, I am trying to include native .so files in a Java library. Starting with the LameB4A project as example, I tried to do the same, see Wrapper.zip, but I cannot get it to work. I have both tried the Simple Library Compiler as well as exporting directly from Eclipse. I have tried...
  3. P

    Android Question Problem with Simple Library Compiler

    Hello, This is my first time attempting to create an SDK wrapper for B4A. The Simple Library Compiler (v1.10) looks like the perfect solution but from what I can tell it is not working for me. I simply unzip it and attempt to build the FirstLib sample. No errors are shown during the compile...
  4. Azam Memon

    Android Question SLC BADoclet Error

    Hi, I am trying to convert facebook-sdk-wrapper to B4A library using Simple Library Compiler but getting error: Starting step: Compiling Java code. Completed successfully. Starting step: Creating jar file. Completed successfully. Starting step: Creating XML file. java.lang.NullPointerException...
  5. Edson Freire

    Java Question SLC: "package ... does not exist"

    Hello, I trying to compile a library with SLC but I got this error and these files actually exists. Can anyone help me?
  6. V

    Android Question SLC Compile Project Android Studio Help

    I've already found a solution, thank you.
Top