gpt4 book ai didi

android - 错误 : cannot find symbol class StringJoiner in android

转载 作者:行者123 更新时间:2023-11-30 00:56:08 28 4
gpt4 key购买 nike

当我使用这个 gradle 依赖项时出现以下错误:

 compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'

有什么方法可以解决这个问题,或者它与 android 不兼容。还有其他使用 StringJoiner 的方法吗?

error: cannot find symbol class StringJoiner
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

构建项目时产生的错误。

最佳答案

确保您的目标版本是 24。StringJoiner从 API 24 开始引入。

如果您支持 <= API 24,请考虑使用 StringBuilder .

区别请引用here .

关于android - 错误 : cannot find symbol class StringJoiner in android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40138861/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com