Summary: Installing the Andriod SDK and Prerequisites

-Successfully installing the Android SDK requires two other software systems that are
not part of the Android SDK: the Java Development Kit (JDK) and the Eclipse integrated
development environment (IDE).

-The JDK also contains a Java Runtime Environment (JRE), which enables Java programs, such as Eclipse, to run on your system.

-The Android SDK is a collection of files: libraries,executables, scripts, documentation, and so forth. Installing the SDK means down-
loading the version of the SDK for your platform and putting the SDK files into a folderin your home directory.

-Double-click the path system variable, and add the path to the folders by going to the end ofthis variable’s value (do not change anything that’s already there!) and adding the two
paths to the end, separated by semicolons with no space before themFor example:

;C:\android-sdk-windows\tools;C:\android-sdk-windows\platform-tools

-you will use the SDK and AVD Manager. This tool enables you to install packages inthe SDK that will support multiple versions of the Android OS and multiple API levels.

Android Development Notes -1_第1张图片

-You should install, at a minimum, the most recent (highestnumbered) version, but installing all the available API levels, and all the Google API
add-on packages, is a good choice if you might someday want to build applicationsthat run on older Android versions.

-the Android Developer Toolkit (ADT) plug-in. The ADTplug-in adds Android-specific functionality to Eclipse.

-The Android SDK provides an emulator, which emulates a device with an ARM CPUrunning an Android operating system (OS), for running Android programs on your PC.

-You can also run the program you just created on most Android devices.
You will need to connect your device to your PC with a USB cable, and, if needed,install a driver, or set permissions to access the device when connected via USB.

-adb is a program that enables you to control both emulators and devices, and to run ashell in order to execute commands in the environment of an emulator or device.




更多相关文章

  1. android 图片背景使用这种方式很爽
  2. android获得圆角图片
  3. Android在Button按钮上同时显示文字和图片
  4. android ViewFlipper实现图片轮播
  5. Android如何使用XML创建一个环形渐变颜色图片
  6. Android 旋转图片
  7. Android 获取网络图片
  8. Android 图片加载缓存
  9. Android 系统图片

随机推荐

  1. Android Gradle 指南
  2. Android -- adb devices找不到设备的解决
  3. Android横竖屏总结(转)
  4. android.net.wifi Kotlin |Java
  5. Android中使用XmlPullParse解析xml文件
  6. 亲试,Windows平台上使用Qt5.2.1编写Androi
  7. 【Android Api 翻译1】Android Texting(2)T
  8. 史上最全!押题率90%的 Android(安卓)中高
  9. Android(安卓)colors.xml (颜色大全)
  10. Android Activity去除标题栏和状态栏