摘要: 1、引入包 implementation 'androidx.constraintlayout:constraintlayout:2.0.1' 在用向导创建project的时候,会自动的增加这样的一个引入。 2、使用 <?xml version="1.0" encoding="utf-8"?> <a 阅读全文
posted @ 2021-06-24 15:31 jiduoduo 阅读(102) 评论(0) 推荐(0)
摘要: android studio在创建项目的时候,有个选项:Use legacy android.support libraries 这个选项就是使用v7包,如果不选择的话应该是androidx。 阅读全文
posted @ 2021-06-24 14:52 jiduoduo 阅读(2317) 评论(0) 推荐(0)