我正在制作一个扑扑的应用程序。 我正在尝试使用两个插件。
但是我遇到了这个错误。
* What went wrong:
Execution failed for task ':app:preDebugBuild'.
> Android dependency 'com.android.support:support-v4' has different version for the compile (26.1.0) and runtime (27.1.1) classpath. You should manually set the same version via DependencyResolution
我了解这是一个依赖问题。 但是这些依赖关系写在插件的build.gradle中。 因此,如果现在修复版本字符串,那么在更新插件时,每次都会遇到相同的问题。
您知道什么好的解决方案吗?
谢谢。