摘要:
Android string.xml error: Apostrophe not preceded by \ 遇到了这个错误,编译无法通过 error: Apostrophe not preceded by \ 错误的代码是: <string name="security_protocol_dial 阅读全文
摘要:
Git 配置editor编辑器 在ubuntu系统下,Git默认的编辑器是命令行,学名叫V什么的,使用起来诸多不便 在编辑提交日志的时候,用的比较多。 可以选择unbuntu默认的文档编辑器作为git的文档编辑器 git config --global core.editor gedit # 这里的 阅读全文
摘要:
Git 将本次修改追加在上一次修改上面 git add . git commit --amend 之后就是进入日志提交页面 确保change-Id那条记录出现在最后一行,如: zh-->en 修改: res/values-zh-rTW/strings.xml 修改: res/values/strin 阅读全文