Skip to content

Commit

Permalink
Add --debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Feb 25, 2025
1 parent fc6328c commit fadb92d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/content/testing/integration-tests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,9 @@ Complete the following steps to upload an Android APK.
// Go to the Android directory which contains the gradlew script
$ pushd android

// Build the APK for Flutter with gradlew
$ flutter build apk
// Build a debug APK for Flutter with gradlew
// Note that a standard --release build will not include package:integration_test
$ flutter build apk --debug

// Build an Android test APK
$ ./gradlew app:assembleAndroidTest
Expand Down

0 comments on commit fadb92d

Please sign in to comment.