wdnmd-RushB / Android_Native_Surface

安卓c++绘制和录屏

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android_Native_Surface

关于

此项目基于 Android_Native_Surface

功能

  • Android c++ 绘制和录屏,目前只测试了安卓12和12.1,其他版本需要自行测试

libs

  • 项目支持到 Android 9 ~ 14

效果图

  • 录屏

    image
  • 绘制

    image

aosp_res/ android level /aosp_native_surface

  • 编译
    • 下载aosp项目,复制对应aosp_res下的安卓版本到aosp根目录的 external/aosp_native_surface
    • cd到external/aosp_native_surface执行mm命令编译
    • 编译完成后输出路径在out/target/product/system/(lib,lib64)/libSsage.so

此项目编译输出路径 outputs

执行方法演示

  chmod +x NativeSurface
  ./NativeSurface

About

安卓c++绘制和录屏

License:MIT License


Languages

Language:C 82.3%Language:C++ 17.6%Language:CMake 0.0%Language:Batchfile 0.0%