Get the Android SDKからADT Bundle for Linux(zipファイル)をダウンロードして、インストールしたいフォルダで解凍するだけ。
$ unzip adt-bundle-linux-x86_64-20130522.zip
下記のようにeclipseを起動すれば、すぐに使えます。
$ adt-bundle-linux-x86_64-20130522/eclipse/eclipse
しかし、このままではLauncherから起動できないので、かなり不便。
ここを参考に、手作業でショートカットを登録します。
$ cd ~/.local/share/applications/
$ vi eclipse.desktop
eclipse.desktopの内容は、
[Desktop Entry]
Type=Application
Name=Eclipse with ADT
Comment=the Eclipse IDE with built-in ADT (Android Developer Tools)
Icon=インストールしたフォルダ/adt-bundle-linux-x86_64-20130522/eclipse/eclipse/icon.xpm
Exec=インストールしたフォルダ/adt-bundle-linux-x86_64-20130522/eclipse/eclipse/eclipse
Terminal=false
Categories=Development;
StartupWMClass=Eclipse
ここでnautilusを起動すると、icon.xpmが表示されるので、 これをLauncherにドロップすれば登録終了です。
$ nautilus ~/.local/share/applications
それと、Android SDK ADT Bundleを動作させるために、以下のソフトをインストールしました。
- JDK6
- ia32-lib
$ sudo apt-get install ia32-libs
0 件のコメント:
コメントを投稿