flutter Your app isn't using AndroidX

Posted 简简单单,平平淡淡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了flutter Your app isn't using AndroidX相关的知识,希望对你有一定的参考价值。

[!] Your app isn't using androidX.
    To avoid potential build failures, you can quickly migrate your app by following the steps on
    https://goo.gl/CP92wY.

解决这个警告的办法是在gradle.properties添加如下代码即可

android.enableJetifier=true
android.useAndroidX=true

以上是关于flutter Your app isn't using AndroidX的主要内容,如果未能解决你的问题,请参考以下文章

Rvm 进行gem安装时必须输入密码Your user account isn't allowed to install to the system RubyGems 解决方案

Your spark isn’t your purpose

doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

报错RuntimeError: Model class apps.user.models.User doesn't declare an explicit app_label and isn&

?: (urls.W005) URL namespace '你的app_name' isn't unique. You may not be able to reverse a

文档翻译-Minimizing your app's Memory Footprint