Page 1 of 1

Building libVLC for Multiple Architectures

Posted: 14 Sep 2016 23:28
by ThomasIndustry
I am developing an android app that uses libvlc to play videos, but I cannot figure out how to include both the arm and x86 versions. I want to include both so one apk will work on any device, regardless of architecture. Is I working off the VLC Android project (https://code.videolan.org/videolan/vlc-android), but I can't find a way to build both architectures in one go. Is that possible? If not, can I just build each separately and then import both libvlc.aar files into my android studio project?

Re: Building libVLC for Multiple Architectures

Posted: 15 Sep 2016 08:41
by pecana
Hello, I never used the ".aar" version of the libvlc , I just compile the libvlc part manually for each architecture and then copy the whole libvlc project