随笔分类 -  Android

摘要:Android Debug Bridge Introduction Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or c 阅读全文
posted @ 2016-10-01 10:31 fireway 阅读(897) 评论(0) 推荐(0)
摘要:Android.mk This page describes the syntax of the Android.mk build file, which glues your C and C++ source files to the Android NDK. Overview <!--more- 阅读全文
posted @ 2016-09-21 22:30 fireway 阅读(351) 评论(0) 推荐(0)
摘要:Android 安全加密 引言 对称加密、非对称加密、消息摘要、数字签名等知识都是为了理解数字证书工作原理而作为一个预备知识。数字证书是密码学里的终极武器,是人类几千年历史总结的智慧的结晶,只有在明白了数字证书工作原理后,才能理解Https 协议的安全通讯机制。最终才能在SSL 开发过程中得心应手。 阅读全文
posted @ 2016-09-19 18:49 fireway 阅读(1108) 评论(0) 推荐(0)