how to build a android environment in ubuntu 15.10

As we know, the android development environment need four part: JDK SDK IDE ADT.

Problems:

there are JDK versions from different companise. Previous, I run the command:

$sudo apt-get install openjdk-7-jdk

to install openjdk released by ubuntu ,and then,installing  the eclipse IDE ,

$sudo apt-get install eclipse-platform

Coming next is installing the SDK from official website,all is well,

the troublesome occurred when I went to installed ADT and created a new project.

so, I don‘t support to use openjdk.

Solution:

1、The Jdk installed from oracle:

$sudo add-apt-repository ppa:webupd8team/java
$sudo apt-get update
$sudo apt-get install oracle-java8-installerand don‘t cofigue any environment variables。more information:http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html

the command to run test JDK is installed correctly

$java -version

2、installing the eclipse

eclipse vesion  (Eclipse IDE for Java Developers) was download from http://www.eclipse.org/downloads/index-developer.php

and click eclipse.exe and eclipse will be start.

3、installing the SDK (http://developer.android.com/sdk/index.html)

choosing the stand-alone sdk tools,I move the sdk from Downloads file to /opt/Java

$sudo mv /Download/下载包名 /opt/Java

$cd /opt/Java

$sudo unzip ./下载包名

add environment path to file:

$sudo gedit /etc/profile

adding  the following content in the end :

export ANDROID_HOME=/opt/Java/android-sdk-linux
export PATH=$ANDROID_HOME/tools:$PATH
export PATH=$ANDROID_HOME/platform-tools:$PATH

next, testing installing SDK

$ android

the window will be open and can choose what the version you need install.

and URL: http://mirrors.neusoft.edu.cn  sort:80

more information:http://ask.android-studio.org/?/article/34

4、Installing the ADT:installing sdk4.2.2,and I choose the ADT version is 23.

The information occurred by run project note that the ADT version need update when I installing ADT17

download the ADT form website .

and start eclipse

click Help->install new software... the first edit form input name and second is ADT path(click achive to add ADT file path)

restart eclipse to add sdk(window->preference,click android and choose android version)

all is well, create a new project ,right click the project to choose Run as  to displyay the result.



 
时间: 2024-10-08 08:20:23

how to build a android environment in ubuntu 15.10的相关文章

Ubuntu 15.10 x64 安装 Android SDK(转)

操作系统:Ubuntu 15.10 x64 目标:安装 Android SDK 本文最后更新时间:2015-11-3 安装32位库文件 2013年9月的iPhone 5s是第一款64位手机,而Android手机大部分用的还是32位系统,落后了两年. Android SDK中的adb程序是32位的,Ubuntu x64系统需要安装32位库文件,用于兼容32位的程序.如果不安装,adb会出错:java.io.IOException: error=2 sudo apt-get install -y l

Ubuntu 15.10搭建IPSec L2TP服务器

以下步骤完全使用于Ubuntu 14.04版本 首先安装以下所需包 sudo apt-get install openswan xl2tpd ppp lsof!注意!Ubuntu 15.10会提示无法找到openswan包,解决办法是用喜欢的编辑器编辑以下文件,实例用vimsudo vim /etc/apt/sources.list在文件最后添加一行deb http://us.archive.ubuntu.com/ubuntu precise main universe保存后,执行下面命令sud

Swift 3.0 on Ubuntu 15.10

一.安装swift 3.0 1. 下载 https://swift.org/download/ 找到swift-3.0 ubuntu 15.10版本下载: https://swift.org/builds/swift-3.0-preview-1/ubuntu1510/swift-3.0-preview-1/swift-3.0-preview-1-ubuntu15.10.tar.gz 2. 解压文件,然后移动改名到/opt $ tar zvxf swift-3.0-preview-1-ubuntu

Ubuntu 15.10

安装Ubuntu 15.10后要做的事 http://blog.csdn.net/skykingf/article/details/45267517 ubuntu15.10 install-mac-theme http://www.linuxdiyf.com/linux/15583.html 每周一贴:Ubuntu Kylin 15.10 如何安装Mac主题 http://www.ubuntukylin.com/news/shownews.php?lang=cn&id=547 Opencv3.1

安装Ubuntu 15.10后要做的事

Ubuntu 15.10发布了,带来了很多新特性,同样也依然带着很多不习惯的东西,所以装完系统后还要进行一系列的优化. 1.删除libreoffice libreoffice虽然是开源的,但是Java写出来的office执行效率实在不敢恭维,装完系统后果断删掉 [html] view plain copy sudo apt-get remove libreoffice-common 2.删除Amazon的链接 [html] view plain copy sudo apt-get remove 

ubuntu 15.10安装搜狗输入法不能打开

安装Linux是为了更好的做开发,而开发其实不需要输入中文的,然而 在大中国的环境下,电脑没有中文输入法是不行的... 这次装ubuntu 坚持了4天没有中文输入法,我能说,其实没有中文输入法貌似也没什么问题(PS:还有一句是,两台电脑,和虚拟机里面的win8.1 切换好烦,自己领悟..) 进入正题,ubuntu 15.10 安装搜狗输入法: 1.去搜狗官网下载Linux版的安装文件(.deb文件),官网最上面菜单栏第三个,选择相应版本,我的是64位 2.双击.deb文件安装 3.System

ubuntu 15.10下安装PyQt5

目标是  http://www.oschina.net/p/pyqt 开源中国 客户端 1 http://pyqt.sourceforge.net/Docs/PyQt5/installation.html#configuring-pyqt5 下载安装  http://www.riverbankcomputing.com/software/pyqt/download5 Error: PyQt5 requires Qt v5.0 or later I want to install PyQt5 on

将Ubuntu 15.10升级到Ubuntu 16.04

Ubuntu 16.04 LTS 代号为 Xenial Xerus,其最终版将于 2016 年 4 月 21 日正式发布,Ubuntu16.04 将是非常受欢迎的开源操作系统 Ubuntu 的第 6 个长期支持版本,其首个 LTS 版本发布于 2006 年 6 月.Ubuntu 16.04 Xenial Xerus 将包含 Unity 7 桌面.Linux Kernel 4.4 和超多应用程序更新.作为新的长期支持版,Ubuntu 16.04 将获得 5 年的 Bug 修复及关键安全补丁更新.

Ubuntu 15.10安装elementary desktop

elementaryOS的风格类似于macos,基于Ubuntu改造,个人比较喜欢其界面理念,简单清晰.因此下载了elementaryOS Freya使用,使用过程中,各个软件版本的升级比较落后,比如gcc等,因此尝试使用ubuntuOS安装element desktop.网上的指导步骤都比较旧,按其步骤执行完成,效果总是比elementary os差不少,因此折腾了一下,终于折腾出类似效果,在此记录安装步骤,以备万一,也希望能帮到相关喜欢elementary desktop的朋友. 首先给一张