Android:TaskDependencyResolveException异常
【问题描述】
刚从gitLab Clone下来的项目,正准备跑一下看看项目 刚点run按钮的时候控制台就报错了
* Exception is:
org.gradle.api.internal.tasks.TaskDependencyResolveException:
Could not determine the dependencies of task ':compileDebugKotlin.'
...
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings
【解决办法】
-
先点击顶部工具栏的大象标 [ Sync Project with Gradle Files ]
-
再点击顶部工具栏的小锤子即可 重建一下项目
-
最后就可以把项目正常跑起来了
【总结】
问题可能是出现在Gradle版本的不同 只需要重新构建一下项目即可解决