zoukankan      html  css  js  c++  java
  • linux 安装 droidbox

    参考资料

    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命令或者其他什么问题。

    即每一次打开新的终端都需要!

    更新:

    问题:

    ImportError: No module named pylab

    具体做法如下

    问题:

    ImportError: No module named _tkinter, please install the python-tk package

    具体做法如下:

    apt-get install python-tk

    安装成功的界面如下

  • 相关阅读:
    Leetcode 83. Remove Duplicates from Sorted List
    Leetcode 61. Rotate List
    Leetcode 24. Swap Nodes in Pairs
    增强式学习
    散布矩阵
    特征选择
    CouchDB
    echarts和matplotlib
    特征缩放
    K-means、SLC、EM
  • 原文地址:https://www.cnblogs.com/zhenzhenhuang/p/8072735.html
Copyright © 2011-2022 走看看