アンドロイド・アンサンブルを読んだのでためになったこと
https://techbooster.booth.pm/items/3537802
・gradleのprofile
./gradlew clean --profile --offline :app:assembleDebug
この結果のレポートが以下に出力される
/app/build/reports/profile
これでgradleの実行時の詳細がわかる
関連記事:
- Automatically manage signingを設定してみた
- Xcode 10.1で iPhone端末名 has denied the launch request
- CentOS7にrbenvを全ユーザーで使えるように導入した