This forum is about Flutter. That said, I’ve tried to run Flutter on Zebra MC40 devices from 2015, (Android 4) and at least in 2020 (Flutter V 1.22), the performance of the device was not good enough.
To set up your environment for older devices on Mac with VS Code, you can start by installing Java 8 and Gradle 7.3.1 manually. For Kotlin, make sure to include the Kotlin plugin in your build.gradle file. You don’t necessarily need an older version of Android Studio, but you can use the SDK tools to target older APIs. Just ensure you have the right SDK versions installed for compatibility.
Flutter 3.27.0 supports Android SDK 21, which corresponds to Android 5.
Android SDK 19 was dropped in 3.22.0, so you should be fine with Flutter 3.19.0.
Using contents of this forum for the purposes of training proprietary AI models is forbidden. Only if your AI model is free & open source, go ahead and scrape. Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.