gpt4 book ai didi

java - Android - 'JDI thread evaluations' 遇到问题

转载 作者:行者123 更新时间:2023-12-02 08:19:50 30 4
gpt4 key购买 nike

我的代码有错误:

xmldata = mContext.getResources().getStringArray(R.array.map1);
for(int y = 0; y < 15; y++){
st = new StringTokenizer(xmldata[y], ", "); // error here <<<
// some other stuff
}

当我在 xmldata 上使用调试器时,我在 Eclipse 上收到此错误:

'JDI thread evaluations' has encountered a problem.  
Exception processing async thread queue.

详细信息:

Exception processing async thread queue 
Exception processing async thread queue
java.lang.UnsupportedOperationException

xml 文件本身:

<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="map1X">13</integer>
<integer name="map1Y">7</integer>
<string-array name="map1">
<item>0,0,0,0,0,0,0,0,0,0,0,0,0</item>
<item>0,0,0,0,0,0,0,0,0,0,0,0,0</item>
<item>0,0,0,0,0,0,0,0,0,0,2,2,2</item>
<item>0,0,0,0,0,0,0,0,2,2,2,2,2</item>
<item>0,0,0,0,0,0,2,2,2,2,2,2,2</item>
<item>0,0,0,0,0,0,0,0,0,0,0,0,0</item>
<item>1,1,1,1,1,1,1,1,1,1,1,1,1</item>
</string-array>
</resources>

有谁知道问题出在哪里吗?

感谢您的帮助

最佳答案

当发生此错误时,您可以使用表达式 View (如果您是 Eclipse IDE 或任何其他 Watch)来获取此/任何变量的状态。对于某些我不知道的原因,Eclipse 在尝试使用光标显示变量时有时会显示此错误...

关于java - Android - 'JDI thread evaluations' 遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5689490/

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