Hi,
I’m doing a pluggin that would use android’s component over a game, is there a way to make it use support library?
I’m having the following exception at runtime when trying to use recyclerview:
Caused by: java.lang.ClassNotFoundException: Didn’t find class “android.support.v7.widget.RecyclerView” on path: DexPathList[[zip file “/data/app/com.eppz.plugins.alert-2/base.apk”],nativeLibraryDirectories=[/data/app/com.eppz.plugins.alert-2/lib/arm, /data/app/com.eppz.plugins.alert-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
But in my plugin gradle I’ve well added
compile ‘com.android.support:appcompat-v7:23.4.0’ and I’ve also tried with @aar and with transitive.
Any idea?
Regards,