简体   繁体   English

使用 Android x 会影响我的应用程序的兼容性吗?

[英]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?你好,我有一个简单的问题,如果我将我的 Flutter 应用程序迁移到 Android X,这会影响安装和运行我的应用程序所需的最低安卓版本吗? and how to know the minimum android version required to install my current app in any moment?以及如何随时知道安装我当前应用程序所需的最低 android 版本?

Thanks in advance提前致谢

You can check min version of your app in your app's build.gradle See picture for more details.您可以在应用程序的 build.gradle 中查看应用程序的最低版本。有关更多详细信息,请参见图片。 在此处输入图像描述

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 .没有 android 自动处理flutter中的 androidx。要了解你的应用程序的最低版本,请转到应用程序 build.gradle 并检查minsdkversion

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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