October 15, 2011

MOTODEVとeclipseの環境メモ 2011/10/15

MOTODEVとeclipseは以下で使い分けています。
* MOTODEV ... 本開発用
* eclipse ... プラグイン等の確認用

以下、構成のメモです。(androidアプリ開発に特化した構成です。)
随時、ここに書き足します。



【共通】
■Android SDK
http://developer.android.com/sdk/index.html

■plugin
▼update site
* openextern
http://openextern.googlecode.com/svn/trunk/openextern_update/
Windowsはそのままで良さそう。
Macは以下のように設定。
open {path}
open -a terminal {path}
* FindBugs
http://findbugs.cs.umd.edu/eclipse
* Subclipse
http://subclipse.tigris.org/update_1.6.x

▼archive
* JStyle(macでは正しく動作せず。)
http://mergedoc.sourceforge.jp/index.html#jstyle.html



【MOTODEV Studio for Android】
http://developer.motorola.com/docstools/motodevstudio/



【eclipse】
http://www.eclipse.org

■plugin
▼update site
* Android SDK用プラグイン
https://dl-ssl.google.com/android/eclipse/



【備考】
Subclipseで最低限必要なものは
* Subclipse
* Subversion JavaHL Native Library Adapter
* SSHで接続するには SVNKit Client Adapter



【設定メモ】
エンコード
Window > Preferences > General > Workspace > Text file encoding

Java
Window > Preferences > Java > Compiler > Compiler compliance level
* 1.6であることを確認

行番号表示
Window > Preferences > General > Editors > Text Editors

Javaファイルのインデントをスペースにする
Window > Preferences > Java > Code Style > Formatter

XMLファイルのインデントをスペースにする
Window > Preferences > XML > XML Files > Editor

半角スペース可視化
Window > Preferences > General > JStyle

No comments:

Post a Comment