文章分类 -  报错

摘要:'grep' 不是内部或外部命令,也不是可运行的程序或批处理文件 adb shell "dumpsys meminfo | grep com.XXX.XXX" >e:\info\mem.txt adb shell "top | grep com.XXX.XXX" adb shell 之后的内容要用引 阅读全文
posted @ 2017-02-22 20:52 funfunyuan 阅读(355) 评论(0) 推荐(0)
摘要:创建AVD时,发现创建不成功,报错“Unable to find a 'userdata.img' file for ABIarmeabi to copy into the AVD folder.” 原因: 就是没有下载"ARM EABI v7a System Image" 解决方案: 方法一: 当 阅读全文
posted @ 2016-12-02 09:56 funfunyuan 阅读(158) 评论(0) 推荐(0)
摘要:原文:http://blog.csdn.net/holybin/article/details/46955185 【错误】打开eclipse报错:发现了以元素 ‘d:skin’ 开头的无效内容。此处不应含有子元素。 【具体报错信息】 Error parsing D:\android-sdks\sys 阅读全文
posted @ 2016-12-02 09:51 funfunyuan 阅读(90) 评论(0) 推荐(0)