Wish LibVLC porting

b4auser1

Well-Known Member
Licensed User
Longtime User
According
https://www.b4x.com/android/forum/t...ns-of-google-play-services.58334/#post-367512
The separate parts of the Google Play Services are in the newer .aar format, they're not traditional .jar libraries.
So b4a would have to support .aar library files.
I think .aar support in b4a has been requested before but am not sure...
but
First build VLC for Android, by following AndroidCompile.
Copy libvlc/build/outputs/aar/libvlc-3.0.0.aar to the same directory as this README and rename it to libvlc.aar.
Either build in Android Studio, or from the command line with Gradle: ./gradlew assembleDebug
Wait for support *.aar in B4A.
 
Top