@Orchid-Lee I know what you said, but such a configuration will lead to a longer compilation time. My projects have no support package anymore, and I think it will be faster to compile projects by migrating all of them instead of using the configuration you recommended
5条答案
按热度按时间5tmbdcev1#
kan看起来是上传的代码是旧的
mcdcgff02#
@scwang90 大佬,Maven上的代码跟库里的不一样呢。麻烦您抽空看看什么问题?
atmip9wb3#
2.1.0 导的包也存在android.support.v4
plicqrtu4#
If you use AndroidX, add it to gradle.properties
android.useAndroidX=true
android.enableJetifier=true
mnowg1ta5#
@Orchid-Lee I know what you said, but such a configuration will lead to a longer compilation time. My projects have no support package anymore, and I think it will be faster to compile projects by migrating all of them instead of using the configuration you recommended