u16suzuの blog

日々学んだことのメモブログです。

eclipseに入れるADTプラグインのサイトが見つからない場合。

gihyo.jp のHPを見ながらAndroidの開発環境を構築してます。
eclipseに入れるADTプラグインのインストールで引っかかったのでそのメモです。
以下のサイトをHelp>Install New Software から登録しましたが、
eclipse がサイトを見つけてくれませんでした。

https://dl-ssl.google.com/android/eclipse/

公式によると、エラーが発生したらhttpsではなくhttpで指定してねとのことでした。

If Eclipse can not find the remote update site containing the ADT plugin,
try changing the remote site URL to use http, rather than https.

無事、以下のように変更したらサイトが見つかりました。

http://dl-ssl.google.com/android/eclipse/

まだ、依存関係を計算中でインストールは終わってません。


参考サイト:
gihyo.jp http://gihyo.jp/dev/serial/01/androidapp/0002?page=2
公式(英語) http://developer.android.com/sdk/eclipse-adt.html