美文网首页安卓新手实战学习记录
Ubuntu16.04 LTS Install Android-

Ubuntu16.04 LTS Install Android-

作者: 乐哈网 | 来源:发表于2018-04-01 18:41 被阅读0次

访问:http://www.android-studio.org/

下载:https://dl.google.com/dl/android/studio/ide-zips/3.0.1.0/android-studio-ide-171.4443003-linux.zip

解压到: /home/hw/sofeware/android-studio

安装JDK   sudo apt-get update   

sudo apt-get install openjdk-8-jdk

启动

cd /home/hw/sofeware/android-studio

hw@hw:~/sofeware/android-studio$ bin/studio.sh

启动过程中,主要选默认配置,除非知道自己在干什么。

最后创建了一个StudyProject

报了各错误:如下:

Error:Failed to find target with hash string 'android-26' in: /home/hw/Android/SdkConsult IDE log for more details (Help | Show Log)Install missing platform(s) and sync project

缺什么就装什么吧。直接点击Install安装。

类似问题一样的处理,不再罗嗦。

相关文章

网友评论

    本文标题:Ubuntu16.04 LTS Install Android-

    本文链接:https://www.haomeiwen.com/subject/rneuqftx.html