码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2020-12-11 12:11:50      阅读:9      评论:0      收藏:0      [点我收藏+]

标签:com   legacy   代码   alt   免费下载   程序猿   项目   http   rop   

场景

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 not enabled

标签:com   legacy   代码   alt   免费下载   程序猿   项目   http   rop   

原文地址:https://www.cnblogs.com/badaoliumangqizhi/p/14096735.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!