首页 > 移动平台 > 详细

Android studio提示this support library should not use a different version (25)问题的解决

时间:2019-11-21 15:31:23      阅读:115      评论:0      收藏:0      [点我收藏+]

来源:https://blog.csdn.net/xialong_927/article/details/80842846

 

当 targetSdkVersion 28 版本高于 com.android.support:appcompat-v7:25.0.0 时,Android Studio提示
this support library should not use a different version (25)
如下图:

 

解决办法:

compile ‘com.android.support:appcompat-v7:25.0.0‘
改为

compile ‘com.android.support:appcompat-v7:+‘
或者

compile ‘com.android.support:appcompat-v7:28.+‘
完!!!
————————————————
版权声明:本文为CSDN博主「沧海龙腾LV」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/xialong_927/article/details/80842846

Android studio提示this support library should not use a different version (25)问题的解决

原文:https://www.cnblogs.com/LiTZen/p/11905821.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!