Android Studio3.0

AndroidStudio3.1对应的gradle版本为4.4
使用compile依赖包都要替换为api或implementatio

项目模块:

    defaultConfig {
        //...
        vectorDrawables.useSupportLibrary = true
        //...
    }

猜你喜欢

转载自www.cnblogs.com/zhiqixue/p/9210369.html