3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[ Android Studio ] Javadoc出力

Posted at

Android Studioでjavadocを出力する方法について調査した。

方法

Android Studioを開くとメニューの「ツール」→「Javadocの生成」がある。
スクリーンショット (178).png

以下のような画面が開かれるので、カスタムスコープを選択した後、右の…となっているところをクリック。
スクリーンショット (179).png

すると以下の画面が開かれるので、左上をクリックしローカルを選択。
名前を入力するが、何でもよい。
スクリーンショット (180).png

出力ディレクトリはどこのディレクトリにjavadocを出力するかを決める。
また「その他のコマンド・ライン引数」にUTF-8を指定すればよい。
スクリーンショット (181).png

参考URL

https://qiita.com/petitviolet/items/9c7a1d3cce58c4173a4c
http://www.neko.ne.jp/~freewing/android/android_studio_javadoc_character_encode_utf8/

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?