ubuntu 装Android studio 问题汇总

    xiaoxiao2021-03-25  90

    启动的时候提示 tools.jar 不再JAVA_HOME中,解决方法

    编辑目录下的 .bashrc ,加入JAVA_HOME=/usr/xxx/xxx/jdk...

    然后使用source .bashrc更新下PATH

    找到android-studio的安装目录,我的在/opt/android-studio目录下,启动studio.sh

    安装SDK时提示  Unable to run mksdcard SDK tool.

    Ref:http://stackoverflow.com/questions/28847151/unable-to-install-android-studio-in-ubuntu

    我的系统是Ubuntu15,所以使用命令

    sudo apt-get install lib32z1 lib32ncurses5 lib32stdc++6 

    重启AS,即可安装SDK

    转载请注明原文地址: https://ju.6miu.com/read-22352.html

    最新回复(0)