Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter build apk --split-per-abi logs are wrong #54941

Open
Zazo032 opened this issue Apr 16, 2020 · 0 comments
Open

flutter build apk --split-per-abi logs are wrong #54941

Zazo032 opened this issue Apr 16, 2020 · 0 comments
Labels
c: regression It was better in the past than it is now P2 Important issues not at the top of the work list t: gradle "flutter build" and "flutter run" on Android team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team

Comments

@Zazo032
Copy link
Contributor

Zazo032 commented Apr 16, 2020

When running flutter build apk --split-per-abi, the logs report only 32bit APK was built, but when you open the output directory, all platforms are built (as expected).

image

Logs
> flutter build apk --split-per-abi
Running Gradle task 'assembleRelease'...
Running Gradle task 'assembleRelease'... Done                     114,5s
✓ Built build\app\outputs\flutter-apk\app-armeabi-v7a-release.apk (10.5MB).
> flutter doctor -v
[✓] Flutter (Channel master, v1.18.0-6.0.pre.42, on Microsoft Windows [Versión 10.0.18363.778], locale es-ES)
    • Flutter version 1.18.0-6.0.pre.42 at C:\flutter
    • Framework revision b8bd09db21 (4 hours ago), 2020-04-15 22:25:32 -0700
    • Engine revision deef2663ac
    • Dart version 2.8.0 (build 2.8.0-dev.20.0 c9710e5059)


[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
    • Android SDK at C:\Users\crist\AppData\Local\Android\sdk
    • Platform android-29, build-tools 29.0.3
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)
    • All Android licenses accepted.

[✓] Chrome - develop for the web
    • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

[✓] Android Studio (version 3.6)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin version 46.0.1-dev.1
    • Dart plugin version 192.7761
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)

[✓] Connected device (3 available)
    • Pixel 3 XL • 192.168.1.33:5555 • android-arm64  • Android 10 (API 29)
    • Chrome     • chrome            • web-javascript • Google Chrome 80.0.3987.163
    • Web Server • web-server        • web-javascript • Flutter Tools

• No issues found!
@TahaTesser TahaTesser added c: regression It was better in the past than it is now t: gradle "flutter build" and "flutter run" on Android tool Affects the "flutter" command-line tool. See also t: labels. labels Apr 16, 2020
@jmagman jmagman added this to Awaiting triage in Tools - Gradle review via automation Apr 16, 2020
@jonahwilliams jonahwilliams moved this from Awaiting triage to Engineer reviewed in Tools - Gradle review Jun 9, 2020
@jmagman jmagman added the P2 Important issues not at the top of the work list label Aug 18, 2020
@flutter-triage-bot flutter-triage-bot bot added team-tool Owned by Flutter Tool team triaged-tool Triaged by Flutter Tool team labels Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: regression It was better in the past than it is now P2 Important issues not at the top of the work list t: gradle "flutter build" and "flutter run" on Android team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team
Projects
Tools - Gradle review
  
Engineer reviewed
Development

No branches or pull requests

5 participants