I’m trying to make an extension that uses Picasso Library (locally in my pc)
The extension is built successfully, and i can export the apk from Kodular but when i open the app i get: Failed resolution of: Lcom/squareup/picasso/Picasso;
I’ve created some basic extensions before. Everything is set up correctly but this is my first time trying to make an extension with external libraries and i’m still a newbie
i’ve tried with different versions of the libraries, almost every version available and i can’t make it work
I used adb and my logcat says: 05-23 16:40:03.883 22504 22504 W System.err: Caused by: java.lang.ClassNotFoundE xception: Didn't find class "com.squareup.picasso.Picasso" on path: DexPathList[ [zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/a pp/com.ficalapps.test-_HV7gC95X4x3bpUCKG1tLg==/base.apk"],nativeLibraryDirectori es=[/data/app/com.ficalapps.test-_HV7gC95X4x3bpUCKG1tLg==/lib/arm64, /system/lib 64]]
Can someone help me out? I’ve read something about Multidex but don’t know what to do