design版本号都改成了26.0.0为什么还是显示版本号不一致

来源:1-4 首页框架—TabLayout布局搭建

qq_Foalness_0

2018-04-19

http://img.mukewang.com/szimg/5ad847950001f9f005150123.jpg

targetSdkVersion 26

compileSdkVersion 26

http://img.mukewang.com/szimg/5ad8480e000197e210640038.jpg

写回答

2回答

qq__粉色的小海星_0

2018-08-23

我也这个求样子 ,我都v7.28了



dependencies {

   implementation fileTree(dir: 'libs', include: ['*.jar'])

   implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
   implementation 'com.android.support.constraint:constraint-layout:1.1.2'
   testImplementation 'junit:junit:4.12'
   androidTestImplementation 'com.android.support.test:runner:1.0.2'
   androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

   implementation 'com.android.support:design:28.0.0'
}


照样失败

0
0

刘某人

2018-04-30

这个要跟你具体的版本号匹配才行

0
0

带领新手快速开发Android App

【毕设】用热门Android SDK及框架,快速开发一个Android App

1498 学习 · 393 问题

查看课程