简体   繁体   中英

Will using Android x affect the compatibility of my app?

Hello, I have a simple question,, if I migrated my Flutter app to Android X, will this effect the minimum android version required to install and run my app? and how to know the minimum android version required to install my current app in any moment?

Thanks in advance

You can check min version of your app in your app's build.gradle See picture for more details. 在此处输入图像描述

Edit: if you have created your project recently then you don't have to worry about the minimum version. although migrating does not effect min version. For more visit here

No android handles androidx in flutter automatically.To know the minimum version of your app,go to apps build.gradle and check the minsdkversion .

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