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 tries to install old android build tools/platforms to build APK #163

Open
wiesnery opened this issue Aug 1, 2024 · 1 comment · Fixed by singerdmx/flutter-quill#2293
Labels
bug Something isn't working

Comments

@wiesnery
Copy link

wiesnery commented Aug 1, 2024

Describe the bug
Flutter tries to install old android build tools/platforms to build APK
See this issue: flutter/flutter#63533

I have provided a fix in PR #159

To Reproduce

  • create new Flutter project
  • add flutter_keyboard_visibility
  • build android appbundle
  • See that it build with Android 31 Install Android SDK Platform 31 (revision 1)
    Expected behavior
    App should build with Android SDk Platform 34

Info (please complete the following information):
flutter_keyboard_visibility version: flutter_keyboard_visibility: ^6.0.0
Reproducible on platforms (Android, iOS, etc): Android
flutter doctor output:
[✓] Flutter (Channel stable, 3.22.3, on macOS 14.5 23F79 darwin-arm64, locale de-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.1.4)
[✓] Connected device (4 available)
[✓] Network resources

• No issues found!

Additional context
The PR is already there, it is a simple one, please merge ASAP

@jemutorres
Copy link

jemutorres commented Aug 7, 2024

Same problem as described. Please review the PR and try to generate a new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants