メインコンテンツまでスキップ
バージョン: v6

Capacitor CLI - cap run

このコマンドは、まずsyncを実行し、その後、ネイティブアプリをビルドして、選択したターゲットデバイスにデプロイします。

npx cap run [options] <platform>

Inputs:

  • platform (required): android, ios

Options:

  • --flavor <flavorName>: set the flavor of the Android project (flavor dimensions not yet supported)
  • --list: Print a list of target devices available to the given platform
  • --no-sync: do not run the sync command
  • --scheme <schemeName>: set the scheme of the iOS project
  • --target <id>: Run on a specific target device