Android SDKのアップデートしたら,なんかEclipse立ち上げる度にエラーが出る.
何だよこのエラーは・・・と思ったら,どうもデバッグ関係のやつらしい.
adb.exeをキルして立ち上げ直したら直るらしいってネットの情報を元に,
コマンドプロンプトから試そうとしたら,adb.exeが無いって怒られる..
なんでやねん・・・と思いつつ,ディレクトリ漁ってたら見つからない.
はあ?何でないの?・・・と探してたら,”adb_has_moved.txt”なんてテキストが..
中にはこう書いてあった.
The adb tool has moved to platform-tools/
If you don’t see this directory in your SDK,
launch the SDK and AVD Manager (execute the android tool)
and install “Android SDK Platform-tools”
Please also update your PATH environment variable to
include the platform-tools/ directory, so you can
execute adb from any location.
ははっ,ぬかしおる.
なんつー置き土産だよ..笑わせてくれる.
指示通りにやったら解決した.