appcompat-v7:23.1.0和mediarouter-v7:22.0.0

时间:2017-07-19 14:48:51

标签: android

我有一个例外,我想在SDK级别23上工作,所以在我的一个依赖项中我得到一个错误:

with: compile 'com.android.support:appcompat-v7:23.0.0'
All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 23.0.0, 22.0.0. Examples include com.android.support:appcompat-v7:23.0.0 and com.android.support:mediarouter-v7:22.0.0 less... (Ctrl+F1)  There are some combinations of libraries, or tools and libraries, that
> are incompatible, or can lead to bugs. One such incompatibility is
> compiling with a version of the Android support libraries that is not
> the latest version (or in particular, a version lower than your
> targetSdkVersion.)

在我的图书馆里也是如此:mediarouter-v7:22.0.0

我最后要删除它吗?

1 个答案:

答案 0 :(得分:0)

您必须使用相同的版本号。将您的mediarouter-v7:22.0.0更改为com.android.support:mediarouter-v7:23.0.0

有关支持包的概述,请参阅here