0
1

More than 3 years have passed since last update.

FlutterのAndroidアプリを開発するときの備忘録

Posted at

Androidアプリを開発したくて、Flutterを勉強中です。
VSCodeを使って開発しているのですが、
毎回、ビルドして、実機にインストールするときの作業手順を忘れてしまうので、
自分向けの備忘録としてまとめます。

ビルド

flutter build apk --split-per-abi

実機インストール

adb -d install -r build/app/outputs/apk/release/app-arm64-v8a-release.apk
0
1
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
0
1