エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Android APK size + dexcount charts on Jenkins
We at flinc put quite some effort in continuous integration. To improve your APK filesize and the... We at flinc put quite some effort in continuous integration. To improve your APK filesize and the number of method/field references in dex bytecode you first have to measure it. When I asked on Twitter I was pointed to the dexcount-gradle-plugin. It’s easy to use: app/build.gradleNow, if you compile your project, the plugin will output the number of dex method & field references after every build:
2016/06/04 リンク