AndroidStudio中提示:This project uses AndroidX dependencies, but the ‘android.useAndroidX‘ property is

Posted 公众号:霸道的程序猿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AndroidStudio中提示:This project uses AndroidX dependencies, but the ‘android.useAndroidX‘ property is 相关的知识,希望对你有一定的参考价值。

场景

android Studio中在新建项目时勾选了

Use legacy android.support licrary

 

 

然后在运行项目时提示:

This project uses AndroidX dependencies, but the ‘android.useAndroidX‘ property is not enabled

 

 

博客:
https://blog.csdn.net/badao_liumang_qizhi
关注公众号
霸道的程序猿
获取编程相关电子书、教程推送与免费下载。

实现

打开项目下gradle.properties

添加如下两行代码

android.useAndroidX=true
android.enableJetifier= true

添加位置如下

 

 

以上是关于AndroidStudio中提示:This project uses AndroidX dependencies, but the ‘android.useAndroidX‘ property is 的主要内容,如果未能解决你的问题,请参考以下文章

提示Sorry, this application cannot be run under a Virtual Machine?

M1 MacBook Pro Android Studio 安装问题 - 没有下载 SDK

ant-pro使用Form表单验证上传图片出现的问题

adb server version (31) doesn’t match this client (36); killing… 的解决方法

配备 M1 Max 芯片的新 MacBook Pro 上的 Android Studio?

MacBook Pro 2021 中的 Android Studio 安装失败