vlc for android 官网sample使用

官网提示

LibVLC on Android demo
This is a sample application demonstrating the use of libVLC on Android.

This repository contains only sample code, and the libVLC on Android sdk (the LibVLC AAR) must be built and placed into the root project folder.
//这里仅包含样例代码,aar必须要放进项目文件夹中

具体做法

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

我并没有找到README文件,只是把从网上找到了一份libvlc-3.0.0.aar文件,下载了Sample代码,将aar文件直接放到了libvlc目录下,就可以运行了
vlc for android 官网sample使用_第1张图片

我是在手机上运行的,在模拟器上好像是不能运行的,会有ABIS错误,模拟器是x86而手机是ARM?

如何在自己的项目里使用vlc?
参考:
https://www.cnblogs.com/brooks-dotnet/p/5406110.html
https://blog.csdn.net/u011365633/article/details/74278063

你可能感兴趣的:(android)