摘要:
问题背景OS:无关AS:无关Genymotion:2.5.2Virtual Device:Google Nexus 5 - 5.1.0 - API 22原因分析CPU架构不符解决方案对于Genymotion,搜索并安装ARM Translation Installer v1.1,安装方式为直接将zi... 阅读全文
2015年12月15日 #
摘要:
问题背景系统:OS X El Capitan,10.11.2IDE:Android Studio 2.0 PreviewJava:1.8.0_65Gradle:2.3clone了代码后,在ide中sync代码,无法完成,报错“peer not authenticated”。解决方案(暂时)将所有bu... 阅读全文
摘要:
系统版本OS X El Capitan,10.11.2问题描述业务需要,配置“nexus”为某个ip,如下图更改了 /etc/hosts 文件。结果在ping的时候,请求并未发到指定ip上。问题解决hosts文件权限不足,应当至少为644,如下操作后,hosts文件生效。chmod 644 /etc... 阅读全文