简体   繁体   中英

Can I run my flutter app on a physical android device 5.1 lollipop

1.I'm using android 9 sdk for coding my app on flutter, Can I run my app on a physical android device with version 5.1 lollipop?

2.How do I know the android version my app supports? I'm using flutter on Vscode

There should be a build.gradle inside Android folder, there should be a minSdkVersion and targetSdkVersion with the values of the minimum Android supported version and the target version

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM