2010/10/17

1.Prepare your development computer:

1.Prepare your development computer:をクリックすると、

まずは以下のことが書いてあります。

Supported Operating Systems

  • Windows XP (32-bit), Vista (32- or 64-bit), or Windows 7 (32- or 64-bit)
  • Mac OS X 10.5.8 or later (x86 only)
  • Linux (tested on Linux Ubuntu Hardy Heron)
    • 64-bit distributions must be capable of running 32-bit applications. For information about how to add support for 32-bit applications, see the Ubuntu Linux installation notes.

貴方のPCのOSがこの中に入っていますか?ということを聞いています。

Windowsの人は、Windows XP (32-bit), Vista (32- or 64-bit), or Windows 7 (32- or 64-bit)の内、どれかならOKです。

32bitとか64bitとか言う記述に困惑するかと思いますが、家庭用に普通に買ったものなら大抵32bitものですので、XPかVistaかWindows7ならOKだと思ってください。

64bitものは、サーバーを作りたい人とかが、特別に選んで買ったりするものなので、普通の人はお目にかかりませんので、ご安心を。

次に、進むと、

Supported Development Environments

Eclipse IDE

  • Eclipse 3.4 (Ganymede) or 3.5 (Galileo)
    Caution: There are known issues with the ADT plugin running with Eclipse 3.6. Please stay on 3.5 until further notice.
  • Eclipse JDT plugin (included in most Eclipse IDE packages)
  • If you need to install or update Eclipse, you can download it from http://www.eclipse.org/downloads/. Several types of Eclipse packages are available for each platform. For developing Android applications, we recommend that you install one of these packages:
    • Eclipse IDE for Java EE Developers
    • Eclipse IDE for Java Developers
    • Eclipse for RCP/Plug-in Developers
    • Eclipse Classic (versions 3.5.1 and higher)
  • JDK 5 or JDK 6 (JRE alone is not sufficient)
  • Android Development Tools plugin (optional)
  • Not compatible with Gnu Compiler for Java (gcj)

Eclipseというソフト開発ツールと連携して開発ができますということが書いてあります。
簡単に言うと、
  • Eclipseってソフトの3.4と3.5ってver.に対応してるよ。3.6はまだ待っててね。
  • EclipseはIDE(統合開発環境)を含んでるやつにしてね。
  • JDK5  か JDK6を入れといてね。
みたいな情報だけわかればよしです。

まずは、以下のところ
  • JDK5 or JDK6 (JRE alone is not sufficient)
JDKとは、JavaDevelopmentKitの略でJava言語のソフトを作るためのツールです。

AndroidアプリはJava言語で開発されるので、当然必要となりますので、以下の手順でインストールします。

JDK5 or JDK6と記述されている場所のリンクをクリックすると、色々ありますが、ここでは、以下の


"Java Platform, Standard Edition"と書かれている場所の"Download JDK"をClickします。

出てきたページから、Platformを”Windows”としてContinueを押すと、例えば、jdk-6u22-windows-i586.exeなどのインストーラがダウンロードできます。

※UserNameなど求められますが、書かなくてもダウンロードできます。

ダウンロードしたら、インストーラをクリックしてインストールします。



続いて、
  • Eclipse 3.4 (Ganymede) or 3.5 (Galileo)


と色々ありますが、今回は、Eclipse3.5(Garileo)を入れます。

”OlderVersion”  >  "Eclipse Galileo SR2 Packages (v 3.5.2) " > "Eclipse IDE for Java Developers"

の順に辿り、

右欄の”Windows 32-bit”をクリックし、"eclipse-java-galileo-SR2-win32.zip"をダウンロードします。
ダウンロード後、解凍しておけばよいです。



また、他に次のような記述がありますが、


Other development environments or IDEs

  • JDK 5 or JDK 6 (JRE alone is not sufficient)
  • Apache Ant 1.6.5 or later for Linux and Mac, 1.7 or later for Windows
  • Not compatible with Gnu Compiler for Java (gcj)
Note: If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development.

ま、今回は、eclipseを使うので気にしません。

また、次の項目は、各ソフトの容量のことです。心配な方だけチェックすればよいと思います。

Hardware requirements

The Android SDK requires disk storage for all of the components that you choose to install. The table below provides a rough idea of the disk-space requirements to expect, based on the components that you plan to use.
Component typeApproximate sizeComments
SDK Tools50 MBRequired.
Android platform (each)150 MBAt least one platform is required.
SDK Add-on (each)100 MBOptional.
USB Driver for Windows10 MBOptional. For Windows only.
Samples (per platform)10MOptional.
Offline documentation250 MBOptional.


Note that the disk-space requirements above are in addition to those of the Eclipse IDE, JDK, or other prerequisite tools that you may need to install on your development computer.