随笔 ·
android ndk 开发 cryptopp 构建使用
前言
android ndk 开,使用构建 crypto++ 库实现加解密
环境
mac
cmake
android studio
创建项目
有两种方式,都可
0x1
使用 adnroid studio 新建一个 navite 项目
0x2
修改已有的项目
修改配置文件
0x1
修改 app -> build.gradle 文件
android.defaultConfig 下添加
// ndk 配置
externalNativeBuild {...