Unofficial VLC Android SDK pushed to JCenter. Supported ABIs are armeabi-v7a, arm64-v8a, x86 and x86_64.
Please contact the videolan team directly. I am only publishing LibVLC for Android JCenter.
Just add this dependency to your project and you're good to go.
repositories { jcenter() } dependencies { compile 'de.mrmaffen:libvlc-android:2.1.12@aar' }