Android开发积累


JDK: 

Eclipse: 

Android SDK: 

ADK(Android development kit.): 



一, JDK

二, Eclipse


三, andorid SDK
Android SDK不用安装,下载后,直接解压即可, 将下载后的SDK的压缩包解压到适当的位置,就这么简单;SDK安装OK。
Android SDK下载地址
    Android SDK下载地址:http://developer.android.com/sdk/index.html。
  Andorid SDK为Android管理开发包工具,提供了Android各级平台的开发包和工具。注意,因为我们是独立安装,不是一体化(集成系列工具)所以需要单独下载SDK。(如图)


四, ADT:
1, 安装ADT
  启动Eclipse,点击 Help菜单 -> Install New Software… ?,点击 ?Add… ?,输入地址:http://dl-ssl.google.com/android/eclipse/。


2, Android官网下载Android的开发工具ADT(Android Development Tool的缩写),该工具集成了最新的ADT和NDK插件以及Eclipse,还有一个最新版本SDK。解压之后就可以用了


使用Eclipse进行android应用开发需要给Eclipse装adt插件,这样Eclipse就可以和android sdk建立连接,可以在Eclipse中启动android模拟器进行


程序调试等ADT插件安装这里不再累赘,插件的安装URL为:也可以下载adt的zip包安装 



五, 配置ADT
  选择 Window -> Preferences ,在弹出面板中就会看到Android设置项,填上安装的SDK路径,则会出现刚才在SDK中安装的各平台包,按OK则完成配置。此时Android的环境就搭建完毕,可以进行Android项目的开发了。
安装完插件后,需要做一些简单的配置:
1、在Eclipse中,选择Window > Preference;
2、从左侧的菜单中,选择Android项;
3、设置SDK Location,点Browse选择SDK的安装根目录;
4、OK,完成。

 4.1 : Platform-tools contains build tools that are periodically updated to support new

features in the Android platform (which is why they are separate from basic
SDK tools), including adb, dexdump, and others.





1, Google发布Android2.3相关的一系列开发工具

准备去休息时,打开Android的官方网站,发现Google已经更新了相关的工具。发上来和大家分享。
  Android 2.3 Platform API Level: 9             http://aoandroid.com/node/608
  SDK Tools, Revision 8         
  USB Driver for Windows, Revision 4
  ADT 8.0.0(ADT Plugin for Eclipse)
  Android NDK, Revision 5
详细信息请参考:http://androidappdocs.appspot.com/sdk/index.html
相信搭载Android2.3系统的手机离上市也不远了。

http://android.yaohuiji.com/archives/5

http://zhidao.baidu.com/question/99277011

 

 

2, 安装Eclipse插件 (ADT) 

如果你把Eclipse IDE做为你的Android程序开发环境,你需要安装一个为Android开发定制的插件ADT,使它成为完整支持Android项目的工具。ADT包含了编写、运行及调试的各种强有力的扩展 

启动Eclipse后选择Help > Software Updates > Find and Install…. 在接下来的对话框中选择 Search for new features to install并点击Next. 点击 New Remote Site. 在弹出的对话框中输入站点名(比如::Android Plugin)及对应的URL: https://dl-ssl.google.com/android/eclipse/. 点击 OK. 

你现在可以在搜索列表中看到刚才新增加的站点(并且已经选中) 点击 Finish. 在接下来的搜索结果对话框中,选中 Android Plugin > Eclipse Integration > Android Development Tools 并点击 Next. 阅读授权协议书,如果同意,选择 Accept terms of the license agreement,点击Next. 点击 Finish. ADT插件不需要认证,直接点击Install All安装所有 重新启动Eclipse 

 

Android 开发环境搭建中--- “An SDK Target must be specified.” 问题解决
问题描述:
       按照网络上的文档,搭建完 ECLIPSE +ANDROID 环境后,进行创建新的 Android 项目时 (File->New->Android->Android Project) 出现异常: ” An SDK Target must be specified.” 问题解决 ”
问题原因:
       Google Android SDK 没有安装完整导致了这个问题。
解决方法:
       打开 ECLIPSE  WINDOW->Android SDK and AVD Manager
选择 Android SDK Tools ,revision3   进行 UPDATE ALL

重启之后,在Eclipse首选项中更新你的SDK目录 ($SDK_ROOT): 
选择 Window > Preferences…打开首选项面板 (Mac OS X: Eclipse > Preferences) 
在左边的面板中选择 Android 
在主面板上找到的SDK位置设置,点击 Browse…并找到SDK所在目录
点击 Apply, 然后点击 OK 

 

 

升级ADT插件
升级ADT插件到最新版本,步骤如下: 
选择 Help > Software Updates > Find and Install…. 
选择 Search for updates of the currently installed features 然后点击 Finish. 
如果有新版本ADT,选中并安装 
或者 
选择 Help > Software Updates > Manage Configuration. 
在导向树中选择 Android Development Tools 
点击 Scan for Updates 开始 更新任务.

 

android安装ADT插件时出现的问题
安装ADT时报错:
Cannot complete the install because one or more required items could not be found.
  Software being installed: Android Development Tools 8.0.1.v201012062107-82219 (com.android.ide.eclipse.adt.feature.group 8.0.1.v201012062107-82219)
  Missing requirement: Android Development Tools 8.0.1.v201012062107-82219 (com.android.ide.eclipse.adt.feature.group 8.0.1.v201012062107-82219) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
 
解决:
在 Eclipse (3.5) 的 Help -> "install new software..." 里加入
Galileo
http://download.eclipse.org/releases/galileo
EPP Packages
http://download.eclipse.org/technology/epp/packages/galileo
Eclipse Project Updates
http://download.eclipse.org/eclipse/updates/3.5





android_kernel_source

 

Downloading the Source Tree

http://source.android.com/source/downloading.html

 

Version Control with Repo and Git

http://source.android.com/source/version-control.html









android Linux embed development resource


李亚锋老师 顶嵌高级讲师http://blog.csdn.net/TopEmbedded/article/details/3492649

 

 

X86笔记本安装Android 4.0全教程 安卓4.0开发环境搭建

http://www.chinaz.com/mobile/2012/0305/238209_6.shtml

 http://www.android-x86.org/download

 

 

 

 

Android 4.0开发环境搭建和测试

http://www.linuxidc.com/Linux/2011-12/50013.htm                 for windows

 

Ubuntu11.10 64Bit版上的Android 4.0 开发环境搭建 .

http://hi.baidu.com/qq520131714/blog/item/394a976eead11fc581cb4ab7.html

 Android开发环境搭建全程演示(jdk+eclipse+android sdk)

http://hi.baidu.com/lvjava/blog/item/74a8480ee120e0c67acbe10f.html

 

 

 

 eoe android 开发者门户:

http://www.eoeandroid.com/android/ 

 

 

 

 

 

 

[中文翻译] Android中文翻译组:Android 4.0 开发者指南——Status Bar Notifications(呆呆大虾)

http://www.apkbus.com/android-18513-1-1.html

 

 

 

Eclipse:

http://www.eclipse.org/downloads/

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

 

 

 

 

 Android SDK:

http://developer.android.com/sdk/adding-components.html

Launching the Android SDK Manager

The Android SDK Manager is the tool that you use to install and upgrade SDK packages in your development environment.

You can launch the Android SDK Manager in one of the following ways.

Launching from Eclipse/ADT

If you are developing in Eclipse and have already installed the ADT Plugin, follow these steps to access the Android SDK Manager tool:

  1. Open Eclipse

  2. Select Window > Android SDK Manager.

Launching from the SDK Manager script (Windows only)

For Windows only, the SDK includes a script that invokes the Android SDK Manager. To launch the tool using the script, double-click SDK Manager.exe at the root of the the SDK directory.

Launching from a command line

In all development environments, follow these steps to access the Android SDK Manager tool from the command line:

  1. Navigate to the <sdk>/tools/ directory.

  2. Execute the android tool command with no options.$ android 

 Troubleshooting

Problems connecting to the SDK repository

If you are using the Android SDK Manager to download packages and are encountering connection problems, try connecting over http, rather than https. To switch the protocol used by the Android SDK Manager, follow these steps:

  1. With the Android SDK Manager window open, select "Settings" in the left pane.

  2. On the right, in the "Misc" section, check the checkbox labeled "Force https://... sources to be fetched using http://..."

  3. Click Save & Apply.

net proxy set:   Android SDK Manager --->>>tools---->>option--->>>  输入proxy setting






 ADK install:

http://developer.android.com/sdk/eclipse-adt.html#installing

 Additionally,before you can configure or use ADT, you must install theAndroid SDK starter package, as described inDownloading the SDK Starter Package. Specifically, you need to install acompatible version of the Android SDK Tools and at least one development platform. To simplify ADT setup, we recommend installing the Android SDK prior to installing ADT.


 

 

 

 

 

java version:

我的机器上装了JDK1.5和JDK1.6的版本!
我的环境变量中的path没有指定任何的JDK bin目录!

另外我下载最新的eclipse3.4.1版本 请问如何才能知道其启动时候用的是哪个版本的JVM呢?如果path中没有设置的话,是不是应该找不到才是啊?

A: 在命令行下输入java -version就可以啦。

A: clipse启动时会自动查找Path下的JDK, 你也可以手动设置启动JDK路径,就是在你的Eclipse的快捷方式中加上-VM JDK路径eclipse就会启动你想要启动的JDK拉~

A: 至于eclipes,你可是自己打开在preference..里查,也可以改变版本,也可以添加自己的JDK,如果你只是想查现在的JDK版本,自己打开eclipes,去里面找,看看当前是什么版本,怎么找,自己去网上查...


  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值