Closed master255 closed 2 years ago
Opened both the jlibtorrent project, and the frostwire project and I have no issues on our project.
Still works fine for jlibtorrent gradle project
and for frostwire-android project
How are you storing the different architecture jars in your android projects?
We simply throw all of them together inside libs/
jlibtorrent classes are added to the classpath by Android Studio from a single jlibtorrent-w.x.y.z.jar
that contains no binaries, only the .class files
Indeed. Moving the libraries to the libs directory helped.
@gubatron Alyarma alyarma! The enemies are attacking!
After upgrading Android Studio to Chipmunk, it stopped supporting different architecture libraries. Now only single libraries are supported, which are not divided into architectures.
Almighty Gubatron, could you please write a script on how to merge all the libraries? Perhaps Alden (@aldenml ), any ideas?