1.安装JDK1.6,Eclipse3.6
2.安装android SDK http://developer.android.com.nyud.net/sdk/index.html
3.安装Eclipse插件 ADT(android development tool)
1. Start Eclipse, then select Help > Install New Software....
2. Click Add, in the top-right corner.
3. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
https://dl-ssl.google.com/android/eclipse/
Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
Click OK.
4. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
5. In the next window, you'll see a list of the tools to be downloaded. Click Next.
6. Read and accept the license agreements, then click Finish.
7. When the installation completes, restart Eclipse.
4.Adding Platforms and Other Components
# From within Eclipse, select Window > Android SDK and AVD Manager.
# On Windows, double-click the SDK Manager.ext file at the root of the Android SDK directory.
5.创建AVD(android virtual device)
To create an AVD:
1. In Eclipse, choose Window > Android SDK and AVD Manager.
2. Select Virtual Devices in the left panel.
3. Click New.
The Create New AVD dialog appears.
4. Type the name of the AVD, such as "my_avd".
5. Choose a target. The target is the platform (that is, the version of the Android SDK, such as 2.1) you want to run on the emulator.
You can ignore the rest of the fields for now.
6. Click Create AVD.
6.创建android项目 hello world
1) From Eclipse, select File > New > Project.
2) Select "Android Project" and click Next.
3) Fill in the project details with the following values:
* Project name: HelloAndroid
* Application name: Hello, Android
* Package name: com.example.helloandroid (or your own private namespace)
* Create Activity: HelloAndroid
Min SDK Version:这个值和API等级一致,如:9
This value specifies the minimum API Level required by your application.
分享到:
相关推荐
这篇学习笔记主要介绍了如何在Android应用中实现这一功能。以下是对笔记内容的详细解释: 首先,Android应用需要使用`Socket`类来建立与服务器之间的连接。在提供的代码片段中,可以看到在`onClick`方法中,创建了...
这篇笔记将详细讲解如何配置和解析Android的开发环境,让你能够顺利地开始你的Android编程之旅。首先,我们需要了解Android Studio,这是Google官方推荐的Android应用程序集成开发环境(IDE)。 1. **下载Android ...
1、Android01--搭建Android开发环境 2、Android02--认识Activity 3、Android03--Context和Application 4、Android04--Android服务 5、Android05--Android服务通信 6、Android06--Android广播接收器 7、Android07--...
### 新版Android开发教程&笔记三--环境搭建与解析 #### 一、Android开发环境概述 在本章节中,我们将详细介绍如何搭建一个完整的Android开发环境。对于初学者来说,掌握正确的环境搭建步骤至关重要,它不仅能帮助...
《Android学习笔记最新版(1-4)》是一份针对初学者精心编撰的教程,旨在帮助新手快速掌握Android开发的基础知识。这份笔记涵盖了从环境搭建到应用开发的全过程,内容丰富,深入浅出,是Android学习者的理想参考资料...
【Android学习笔记之开发环境搭建(Eclipse和NetBeans)】 Android开发对于初学者来说,第一步通常是搭建开发环境。本文将详细介绍如何在Eclipse和NetBeans中设置Android开发环境,以便进行应用程序的编写和调试。 ...
Android学习笔记之开发环境搭建(Eclipse和NetBeans) 最近由于项目需要,学习了Android开发手机应用程序,做了一些重要的笔记,供有兴趣的读者参考。 目前最新版本为2.2sdk,下面讲一下它在Eclipse、NetBeans的开发...
这份"新版Android开发教程&笔记3--环境搭建与解析"涵盖了这一关键主题,旨在帮助初学者快速理解并掌握Android开发的前期准备。 首先,Android开发主要依赖于Android Studio,这是Google官方推出的集成开发环境(IDE...
Android学习笔记之开发环境搭建(Eclipse和NetBeans)
新版Android开发教程&笔记三--环境搭建与解析.pdf 新版Android开发教程&笔记四--Dalvik ADB.pdf 新版Android开发教程+笔记五--模拟器、应用1、2.pdf 。。。。。 新版Android开发教程+笔记十三(待续)--应用、...
Android学习笔记之开发环境搭建(Eclipse和NetBeans).pdf
【Android开发环境搭建】 1. **Android Studio**:Google官方推出的集成开发环境(IDE),用于编写、调试和发布Android应用。它集成了Gradle构建工具,支持热更新和性能分析。 2. **Android SDK**:包含各种API库...
android基础教程,里边包括新版Android开发教程&笔记1--基础入门,Android开发教程&笔记2--基础入门二,Android开发教程&笔记3--环境搭建与解析,Android开发教程&笔记4--Dalvik ADB Android开发教程+笔记5--模拟器...
【Cocos2d-android-1学习笔记】 Cocos2d是一个开源的游戏开发框架,它为开发者提供了构建2D游戏、动态应用以及各种图形交互式体验的工具。在Android平台上,Cocos2d-x是一个非常流行的分支,它用C++编写,并且支持...
### Flutter 环境搭建详解 #### Flutter 概述与特性 Flutter 是一款由谷歌公司推出的开源 UI 框架,旨在实现跨平台的应用开发,能够高效地在 iOS 和 Android 设备上构建出高质量的原生应用。其核心优势在于跨平台...
从学习笔记来看,笔记作者主要通过实例操作来逐步理解和掌握Android应用开发的各个方面,从基础的界面搭建到复杂的交互逻辑处理都有涉及。通过这些笔记,我们了解到一个初学者是如何逐步掌握Android开发技能的,并且...
《Android学习笔记》 在移动应用开发领域,Android操作系统占据着重要的地位,为开发者提供了丰富的API和工具,使得创建各种应用程序变得可能。本压缩包文件包含了一位学习者从第一天到第五天,以及一个特定项目...
这篇"Android开发笔记——环境搭建"涵盖了这一基础但至关重要的过程,旨在帮助初学者快速入门。以下将详细介绍Android开发环境的搭建步骤,以及ADB(Android Debug Bridge)的相关知识。 首先,我们需要安装Java ...
实验1-Android环境搭建与调试主要涉及Android应用程序开发的基础步骤,...通过以上知识点的学习和实践,开发者可以成功搭建Android开发环境,编写、运行和调试简单的Android应用,为后续的Android项目开发打下基础。
### Python-Android开发环境搭建与应用 #### 一、引言 随着移动互联网技术的快速发展,Android已成为全球最大的移动操作系统之一。为了满足不同开发者的需求,除了传统的Java和Kotlin之外,Python也作为一种备选...