最終更新:2021-11-08 (月) 06:11:42 (893d)  

Android SDK Command-Line Tools
Top / Android SDK Command-Line Tools

https://developer.android.com/studio/command-line?hl=en

https://developer.android.com/studio/releases/cmdline-tools?hl=ja

コマンド

  • apkanalyzer? - Provides insight into the composition of your APK after the build process completes.
  • avdmanager? - Allows you to create and manage Android Virtual Devices (AVDs) from the command line.
  • lint - A code scanning tool that can help you to identify and correct problems with the structural quality of your code.
  • retrace - For applications compiled by R8, retrace decodes an obfuscated stack trace that maps back to your original source code.
  • sdkmanager - Allows you to view, install, update, and uninstall packages for the Android SDK.

メモ