梦土上

此博客停止更新,请移步本人网站 http://lilei.work

博客园 首页 新随笔 联系 订阅 管理

2015年12月15日 #

摘要: 问题背景OS:无关AS:无关Genymotion:2.5.2Virtual Device:Google Nexus 5 - 5.1.0 - API 22原因分析CPU架构不符解决方案对于Genymotion,搜索并安装ARM Translation Installer v1.1,安装方式为直接将zi... 阅读全文
posted @ 2015-12-15 20:55 猫之歌 阅读(575) 评论(0) 推荐(0) 编辑

摘要: 问题背景系统:OS X El Capitan,10.11.2IDE:Android Studio 2.0 PreviewJava:1.8.0_65Gradle:2.3clone了代码后,在ide中sync代码,无法完成,报错“peer not authenticated”。解决方案(暂时)将所有bu... 阅读全文
posted @ 2015-12-15 20:42 猫之歌 阅读(603) 评论(0) 推荐(0) 编辑

摘要: 系统版本OS X El Capitan,10.11.2问题描述业务需要,配置“nexus”为某个ip,如下图更改了 /etc/hosts 文件。结果在ping的时候,请求并未发到指定ip上。问题解决hosts文件权限不足,应当至少为644,如下操作后,hosts文件生效。chmod 644 /etc... 阅读全文
posted @ 2015-12-15 19:39 猫之歌 阅读(854) 评论(0) 推荐(0) 编辑