今天,我將Android Studio更新到2.3,並且我將gradle更新爲3.4.1。但是,當我建立我的項目,出現了錯誤: This is the error 所以我加上「buildToolsVersion '25 .0.0' 」compile'com.android.support:multidex:1.0.1'發生錯誤:所有com android支持庫必須使用完全相同的版本
我的項目能夠建立成功,但發生其他錯誤。我無法解決它。我希望得到一些幫助。謝謝! This is the error
當我添加編譯'com.prolificinteractive:material-calendarview:1.4.2'時,會發生此錯誤。 This is my androidDependencies
的錯誤說,您必須對所有的Google Play服務庫使用相同的版本。將其更改爲25.0.0 – Prashant
請發佈您的build.gradle文件。 –
那麼這個錯誤告訴你怎麼做很簡單,只需要爲所有的支持庫使用相同的版本。 –