Google trends real time 急上昇キーワード «
Main »
Android Hello World
Android動かしてみる。
JAVA SE 6
http://java.sun.com/javase/index.jsp
なんかOpenOfficeも同梱されてる・・・なんとなくインストールしてしまった。。。
こういうので何の気なしにインストールしてしまうね、なるほどね
set JAVA_HOME=F:\bin\Java\jdk6
set Path=%Path%;%JAVA_HOME%\bin;
http://code.google.com/intl/ja/android/
SDKをダウンロードしてみる。
set ANDROID_HOME=F:\java\android-sdk-windows-0.9_beta\
set Path=%Path%%ANDROID_HOME%tools\
な感じで。
http://www.eclipse.org/
http://mergedoc.sourceforge.jp/
日本語化
eclipse.iniへ
-javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
さてEclipseを起動してプラグインを有効化しようとしたら
https://dl-ssl.google.com/android/eclipse/
につながらず・・・
ADTのzipをいれてアーカイブでと
Troubleshooting ADT Installation
If you are having trouble downloading the ADT plugin after following the steps above, here are some suggestions:
* In Step 4, try changing the remote update site URL to use http, rather than https.
* If you are behind a firewall (such as a corporate firewall), make sure that you have properly configured your proxy settings in Eclipse. In Eclipse 3.3/3.4, you can configure proxy information from the main Eclipse menu in Window (on Mac, Eclipse) > Preferences > General > Network Connections.
If you are still unable to use Eclipse to download the ADT plugin, follow these steps to download and install the plugin from your computer:
1. Download the ADT zip file (do not unpack it).
2. Follow steps 1 and 2 in the default install instructions (above).
3. In Eclipse 3.3, click New Archive Site....
In Eclipse 3.4, click Add Site..., then Archive...
4. Browse and select the downloaded the zip file.
5. Follow the remaining procedures, above, starting from steps 5.
Note that to update your plugin, you will have to follow these steps again instead of the default update instructions.
をやってみた・
・Eclipseを再起動後
ウィンドウ>設定
で
AndroidのSDKロケーションを
F:\java\android-sdk-windows-0.9_beta
と設定
うやっとできた。
2008-08-31 03:24:32 - junichi
Google Android »
Android Hello World