gpt4 book ai didi

android - ADT 在 Strings.xml 中显示错误,如何纠正该特定错误?

转载 作者:行者123 更新时间:2023-11-30 03:05:47 26 4
gpt4 key购买 nike

<string name="content2">//C Program for Arithmetic Operations\n#include&lt;stdio.h&gt;\nvoid main()\n\tint a=10,b=12;\n\tprintf(\&quot;Addition:%d\&quot;,a+b);\n\tprintf(\&quot;Subtraction:%d\&quot;,a-b);\n\tprintf(\&quot;Multiplication:%d\&quot;,a*b);</string>

显示如下错误

在此行发现多个注释:- 错误:以非位置格式指定的多个替换;你的意思是添加 formatted="false" 属性?- 错误:意外的结束标记字符串

最佳答案

按规定here ,您需要将替换字符串从 %d 更改为 %%d 以便正确转义百分号。

关于android - ADT 在 Strings.xml 中显示错误,如何纠正该特定错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21835829/

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