android - LeetCode 错误 : Warning : Classpath entry points to a non-existent location:

标签 android kotlin

我正在使用 Kotlin 练习 LeetCode 几个月。每次我开始一个新问题时,我都会做一些测试用例以确保我对问题的理解是正确的。 但是今天,不知何故,我在 LeetCode 中看到了一个我以前从未见过的奇怪错误。

这是 Java 代码,我得到了错误的答案。 enter image description here 这是 Kotlin 代码,我得到了编译错误。 enter image description here

我用谷歌搜索错误日志并找到 this ,它告诉我更新 Gradle。但是我不能,因为 LeetCode 中没有 build.gradle 文件。

谁能帮我解决这个问题?谢谢!

最佳答案

这是 Leetcode 后端本身的一个错误。基本上,由于发生这种情况,Kotlin 的 docker 镜像中丢失了一些文件。 Leetcode 已经修复了这个错误并在他们的后端替换了那些 docker 图像。所以,现在应该好了。

PS:我在 LeetCode 工作。

关于android - LeetCode 错误 : Warning : Classpath entry points to a non-existent location:,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59511665/

相关文章:

android - 无效的 OAUTH 访问 token ,当使用应用程序访问 token 时,Android

Facebook Android 库上的 java.lang.ArithmeticException

android - 我应该如何为 Android 应用程序存储个人资料照片数据库/服务器端?

kotlin - 在 lambda 内调用 withContext(Dispatchers.Main) 时获取 "Suspension functions can be called only within coroutine body"

android - 组件导航,带参数从后台弹出

android - 未解析的引用 : DrawImage

android - 在android数据库中存储长值

android - iOS 和 Android 上的 GPS 位置

android - 如何从 Kotlin 的内部类访问外部类的成员?

android - 如何使 View 模型观察没有生命周期对象的存储库