2
2

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 Stuido Statisticの設定方法

StatisticとはAndroid Studioを使用して、書いたソースコードのステップ数を確認できるプラグインです。

Install

  1. Android Studioを開く
  2. [settings]を開く
  3. pluginタブを開く
  4. MarketPlaceを開く
  5. "Statistic"を検索  ※"Statistics"ではないので、気を付けてください。
  6. Installボタンを押す
  7. Restart IDE

以上でStatisticタブが追加されます。

以前はjarファイルをダウンロードして設定しなければならず、面倒でしたが今はとても簡単にできます。

Statisticの設定

デフォルトの状態だと、プロジェクト内の全コードのステップ数が表示されてしまい、自分が書いたappディレクトリのみの情報が見れません。

そこで下記のように設定します。

  1. addボタンを押す
  2. app/src以外のディレクトリを選択し、追加する
  3. OKボタンを押し、statisticタブの[Refresh]を押す
  4. javaタブなどで各項目のステップ数が確認できます。

以上です。

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?