一.包含头文件和库文件 这里采用的是NDK中的ANativeWindow来完成视频的播放,因为需要添加相关的库和头文件. CMakeLists target_link_libraries( # Specifies the target library. native-lib avcodec avformat avutil swscale swresample android # Links the target library to the log library # included in t…