Android Studio 没有V4包问题之一 androidx
最新升级的Android Studio 后,导入新的第三方库,发现没有 V4的Fragment,检查项Mode的Gradle 发现com.android.support:appcompat-v7没有问题,后来发现一些默认的第三方依赖 implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'android...