01 2019 档案

摘要:写xposed用到了AS:D 1、首次启动AS,自动下载SDK,而SDK在墙外。修改android studio/bin/idea.properties,添加 启动后管理SDK,神奇般的可以下载了。后面的AVD也可以下载。 2、总是indexing invalidate cache / restar 阅读全文
posted @ 2019-01-23 19:06 Bug之吻 阅读(267) 评论(0) 推荐(0)
摘要:// 使用之前请调用getAllDetectableCharsets()检查是否满足要求,中文仅有{gb18030, big5,utf-*}import com.ibm.icu.text.CharsetDetector; import com.ibm.icu.text.CharsetMatch; static HashSet getWhiteList(String fileName) { ... 阅读全文
posted @ 2019-01-06 16:59 Bug之吻 阅读(2983) 评论(0) 推荐(0)