西窗月

Android useful links

1. release时apk如何混淆?

proguard 语法可以参考android studio 中 proguard 配置,实际配置需要注意:
(1) 基础优化设置
(2) java和安卓语言特性设置 (enum, activity等)
(3) webview的js
(4) 第三方库

2. 调试release如何把release安装到手机?

  • build -> edit build types -> signing 添加签名 -> build type 设置签名方法等
  • build variant 改成release
  • 真·release时再把debuguable设置成false

3. 等有网时重传数据

merlin , 真香.jpg

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

This is some callout content

This is some callout content

This is some callout content

This is some callout content

This is some callout content