gpt4 book ai didi

java - Android - 调试时,无法从资源中评估 getString()

转载 作者:行者123 更新时间:2023-12-02 13:41:45 26 4
gpt4 key购买 nike

所以,我正在尝试调试我的应用程序,并且正在使用以下代码行评估表达式:

resources.getString(R.string.my_string);
我应该从 strings.xml 中获取我的字符串,但我得到一个错误:
Method threw 'android.content.res.Resources$NotFoundException' exception.
有人知道为什么我在评估时不能接近资源吗?
here you can see what I'm talking about
谢谢大家! :)

最佳答案

您可以用来评估资源:

Resources.getSystem().getString(android.R.string.my_string);
或尝试 this为本地资源。

关于java - Android - 调试时,无法从资源中评估 getString(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62655736/

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