martinsimov02
Member
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 problem is that the library I'm wrapping depends on about 25 AndroidX packages and it's quiet annoying to add each one to the libs folder. Is there another way I can make simple library compiler find the needed dependencies or I have to add them manually to the libs folder ?
Also I don't know if this has anything to do with my problem but I can see all the required packages inside extras/b4a_remote/androidx
Simple Library Compiler Log:
Starting step: Compiling Java code.
D:\Development\Projects\sly_calendar_library_wrapper\app\src\main\java\com\example\slycalendarlibrarywrapper\MainActivity.java:3: error: package androidx.appcompat.app does not exist
import androidx.appcompat.app.AppCompatActivity;
^
1 error
javac 11.0.1
Error.
Also I don't know if this has anything to do with my problem but I can see all the required packages inside extras/b4a_remote/androidx