参考资料
http://blog.csdn.net/u012195899/article/details/52814013
http://blog.csdn.net/gaiyindexingqiu/article/details/52005319
https://www.cnblogs.com/dliv3/p/5325633.html
参考这三篇博客安装。
我的问题:运行emulator -avd avdname1这个指令,提示emulator:no such file or directory。
问题的原因是 emulator是32位的,64位ubuntu没32位的包。可有两种方法,1.安装32位的包,2.把32位的emulator删掉换成64位。我选择做法2。具体执行如下:
以及还有一个问题,每次用android相关命令之前需要
source /etc/profile
即运行一下环境变量,不然会提示找不到android命令或者其他什么问题。
即每一次打开新的终端都需要!