compile 'com.android.support:support-v4:24.2.1'compile 'com.android.support:appcompat-v7:24.2.1'
把所有相关的support包版本改成可用的统一版本号,如24.2.1
Android出现support包中的类编译问题
最新推荐文章于 2020-04-26 17:38:07 发布
compile 'com.android.support:support-v4:24.2.1'compile 'com.android.support:appcompat-v7:24.2.1'
把所有相关的support包版本改成可用的统一版本号,如24.2.1