Error: Expected resource of type styleable [ResourceType] error

前端 未结 4 568
一向
一向 2020-12-29 20:57

Take a look at this code snippet. I am getting an error with the last line, because I am passing an \'index\' instead of a resource. I thought it was a lint issue and tried

4条回答
  •  遥遥无期
    2020-12-29 21:37

    I had the same issue when trying to build a signed apk. Solved it by adding @SuppressWarnings("ResourceType") to suppress the warning, now it works fine.

提交回复
热议问题