zoukankan      html  css  js  c++  java
  • Error:(949) Multiple substitutions specified in non-positional format; Android格式化string.xml

    string.xml问题代码


    <string name="msg">书名%s
    价格:%d</string>



    异常信息

    Error:(949) Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
    Error:(949) Unexpected end tag string
    Error:(949) Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
    Error:(949) Unexpected end tag string
    Error:Execution failed for task ':app:processDebugResources'.
    > com.android.ide.common.process.ProcessException: Failed to execute aapt


    解决办法:

    <string name="msg">书名:%1$s
    价格:%2$d</string>




  • 相关阅读:
    瀑布流
    轮播图
    封装动画的函数
    回到顶部带动画
    动画setInterval
    模拟滚动条
    放大镜
    刷新
    cookie
    拖拽
  • 原文地址:https://www.cnblogs.com/shaofeer/p/11154406.html
Copyright © 2011-2022 走看看