文章链接:http://www.jianshu.com/p/e8d92dc3d806 使用技巧 1. 根据不同 buildType 使用不同包名和资源 2. 替换 AndroidManifest.xml 中的占位符 3. 自定义 BuildConfig 字段 4. 统一管理不同 module 依赖库的版本 5. 建立各 Module 共享的配置 6. 自定义 release apk 名称 7. 手动 build 工程 8. 手动下载和替换本地 gradle/jar 9. 构建一个 aar 文件 10. 引用 aar 文件 快捷键 1. Intellij IDEA 使用技巧整理 2. 全局替换 一些好用的插件 1. GsonFormat 2. Android ButterKnife Zelezny 3. ECTranslation 问题记录 1. Error:The number of method references in a .dex file cannot exceed 64K. 2. Error: "*" is not translated in "en" (English) [MissingTranslation] ...