11 2015 档案

摘要:一、环境ubuntu 15.10,安装必要的软件包:$ sudo apt-get install build-essential git curl autoconf unzip zip zlib1g-dev gawk gperf cmake二、配置android环境:配置完java环境之后,建议安装... 阅读全文
posted @ 2015-11-16 12:12 瓦匠Mr.sweet 阅读(871) 评论(0) 推荐(0)
摘要:一般情况是出现了出现这种情况,通过vim命令查看系统编码格式,#vim filename:set fileformat(或者:set ff)可以看到 fileformat=dos分析是系统编码格式造成的异常,解决方案:1、直接这vim中执行:set fileformat = unix或者:set f... 阅读全文
posted @ 2015-11-11 17:09 瓦匠Mr.sweet 阅读(1520) 评论(0) 推荐(0)
摘要:参考官方: https://wiki.videolan.org/AndroidCompile/#Can.27t_run_aapt_or_adb_on_Linux_64-bit 一、安装ubuntu系统基础环境包 sudo apt-get install automake ant autopoint 阅读全文
posted @ 2015-11-04 14:28 瓦匠Mr.sweet 阅读(598) 评论(0) 推荐(0)