-
-
Notifications
You must be signed in to change notification settings - Fork 236
Description
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