Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenenyu/androidsecurity

Android安全实践
https://github.com/chenenyu/androidsecurity

android cmake jni native ndk security signature

Last synced: about 2 months ago
JSON representation

Android安全实践

Awesome Lists containing this project

README

        

# AndroidSecurity

讲解参考[简书](http://www.jianshu.com/p/2576d064baf1)

注意:
1. 本示例项目包含了已编译完成的so库,可以直接运行,如果你想自己编译,请先下载ndk,并配置路径,然后删除jniLibs并反注释build.gradle中的externalNativeBuild。
2. 线上版本中,请删除native代码中log信息。

作者的其他库:
1. [Router](https://github.com/chenenyu/Router): 优雅的组件化路由框架.
2. [SuperAdapter](https://github.com/byteam/SuperAdapter): 一款"万能"Adapter.
3. [img-optimizer-gradle-plugin](https://github.com/chenenyu/img-optimizer-gradle-plugin): 一款用于压缩png图片的gradle插件.